This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of TC1 status.
exceptions()
in ios_base
...?Section: 99 [depr.ios.members] Status: TC1 Submitter: Dietmar Kühl Opened: 1999-07-23 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [depr.ios.members].
View all issues with TC1 status.
Discussion:
The "overload" for the function exceptions()
in
paragraph 8 gives the impression that there is another function of
this function defined in class ios_base
. However, this is not
the case. Thus, it is hard to tell how the semantics (paragraph 9) can
be implemented: "Call the corresponding member function specified
in clause 31 [input.output]."
Proposed resolution:
In 99 [depr.ios.members] paragraph 8, move the declaration of the
function exceptions()
into class basic_ios
.