Created on 2002-05-20.00:00:00 last changed 171 months ago
Rationale:
Fixes an obvious glitch. This is almost editorial.
Proposed resolution:
Change the destructor to
virtual ~failure() throw();
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:33 | admin | set | messages: + msg2362 |
2010-10-21 18:28:33 | admin | set | messages: + msg2361 |
2002-05-20 00:00:00 | admin | create |