Changed strstream behaviour

Michael K Vance mkv102@psu.edu
Thu Feb 11 06:31:00 GMT 1999


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


More information about the Gcc-bugs mailing list