This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: [Patch] Simplify basic_streambuf::setg() and setp()?


>The point is: I have checked the standard and a couple of
>other implementations and cannot find support for the final
>'if' of our current setg() and setp().

Then how does pubsetbuf work? If you test this, you'll find test results
that fail, as we try to keep the v2 implementation-defined behavior here.

-benjamin


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