This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Changed strstream behaviour


Hello,

Has anyone addressed the fact that strstream (yes, I know, deprecated)
behaviour has changed from g++ 2.8.1 to egcs 1.1.1? The archive for the past
few months didn't contain anything...

Previously, istrstream >> string would tokenize the istrstream along
whitespace borders--now it just copies the entire contents of the istrstream
into the string.

Comments, etc.?

Also, is there a way to find out if someone is working on finishing <vector>?
I noticed it's missing assign() and at().

Many thanks,

m.

-- 
"Plausibility is just what it does have, Crito, rather than truth."
-- Socrates, Euthydemus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]