Thread: Compiling 0.5.4
View Single Post
  #4 (permalink)  
Old December 21st, 2002
mobj mobj is offline
Novicius
 
Join Date: December 21st, 2002
Posts: 1
mobj is flying high
Default

eos() is a simple zero termination of the string needed for the later n.data() call I think

replace std::string::traits_type::eos()
with '\0'
Reply With Quote