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: [RFC] err |= ios_base::failbit or err = ios_base::failbit?!?


Nathan Myers wrote:

Sorry, I was hasty. It is currently correct for the do_get members
only ever to _assign_ a value to err, and never to use operator|=
on it. That would not change.

Ok, now I get it. However, what you are saying about the _current_ behavior it's not true, strictly speaking: please read again 22.2.2.1.2, p13: that's why I asked.

Agreed, otherwise.

Paolo.


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