Title
minor editorial errors in fstream ctors
Status
cd1
Section
[ifstream.cons]
Submitter
Martin Sebor

Created on 2000-12-31.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Strike the parenthetical note from the Effects clause in each of the paragraphs mentioned above.

Date: 2000-12-31.00:00:00

[ifstream.cons], p2, [ofstream.cons], p2, and [fstream.cons], p2 say about the effects of each constructor:

... If that function returns a null pointer, calls setstate(failbit) (which may throw ios_base::failure).

The parenthetical note doesn't apply since the ctors cannot throw an exception due to the requirement in [basic.ios.cons], p3 that exceptions() be initialized to ios_base::goodbit.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2114
2000-12-31 00:00:00admincreate