[patchlet] Re: <sstream> bug?

Benjamin Kosnik bkoz@redhat.com
Mon Jul 24 12:13:00 GMT 2000


ugh i found it: it has to do with ordering the while statement expression:

    while (!__testeof && ++_M_gcount < __n && !__testdelim)


i re-ordered this to be consistent with the other MF's. this was wrong, 
sooooooo....

oh well. the whole ++_M_gcount < __n compound expr is a no-no as far as 
GNU coding standards go, so this should be changed if possible.

the reflector is the archives of the c++ standard library mailing list.
ftp.research.att.com
dist/c++std

grab the "lib" file.

-benjamin 


More information about the Libstdc++ mailing list