This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: [patchlet] Re: <sstream> bug?



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 

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