Title
Missing exception specification in 27.4.2.1.1
Status
cd1
Section
[ios.failure]
Submitter
Walter Brown and Marc Paterno

Created on 2002-05-20.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

Fixes an obvious glitch. This is almost editorial.

Date: 2010-10-21.18:28:33

Proposed resolution:

Change the destructor to

  virtual ~failure() throw();
Date: 2002-05-20.00:00:00

The destructor of ios_base::failure should have an empty throw specification, because the destructor of its base class, exception, is declared in this way.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2362
2010-10-21 18:28:33adminsetmessages: + msg2361
2002-05-20 00:00:00admincreate