Created on 2002-07-23.00:00:00 last changed 171 months ago
Rationale:
Fixes an obvious typo.
Proposed resolution:
In [istream.formatted.reqmts] and [ostream.formatted.reqmts], change "(exception()&badbit) != 0" to "(exceptions()&badbit) != 0".
In [istream.formatted.reqmts] and [ostream.formatted.reqmts] (exception()&badbit) != 0 is used in testing for rethrow, yet exception() is the constructor to class std::exception in [type.info] that has no return type. Should member function exceptions() found in [ios] be used instead?
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg2397 |
2010-10-21 18:28:33 | admin | set | messages: + msg2396 |
2002-07-23 00:00:00 | admin | create |