This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of Dup status.
pword()
and iword()
Section: 31.5.2.6 [ios.base.storage] Status: Dup Submitter: Dietmar Kühl Opened: 1999-07-20 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [ios.base.storage].
View all issues with Dup status.
Duplicate of: 41
Discussion:
According to paragraphs 2 and 4 of 31.5.2.6 [ios.base.storage], the
functions iword()
and pword()
"set the
badbit
(which might throw an exception)" on
failure. ... but what does it mean for ios_base
to set the
badbit
? The state facilities of the IOStream library are
defined in basic_ios
, a derived class! It would be possible
to attempt a down cast but then it would be necessary to know the
character type used...
Rationale: