Title
Use of non-existent exception constructor
Status
tc1
Section
[ios.failure]
Submitter
Matt Austern

Created on 1998-06-21.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Replace [ios::failure], paragraph 2, with

EFFECTS: Constructs an object of class failure.

Date: 1998-06-21.00:00:00

27.4.2.1.1, paragraph 2, says that class failure initializes the base class, exception, with exception(msg). Class exception (see 18.6.1) has no such constructor.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg109
1998-06-21 00:00:00admincreate