summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.exception/except.nested
Commit message (Collapse)AuthorAgeFilesLines
* Give A an explicitly non-throwing destructor so that B's destructor isAlexis Hunt2011-07-181-1/+1
| | | | | | | | | | itself non-throwing. Since nested_exception's destructor is non-throwing, if B's destructor is not, this causes an error in C++03 mode due to the overriding function having a more lax specification. This did not occur in C++0x mode as A's destructor was implicitly non-throwing. llvm-svn: 135400
* license changeHoward Hinnant2010-11-166-12/+12
| | | | llvm-svn: 119395
* Corrected rethrow_if_nestedHoward Hinnant2010-05-281-12/+28
| | | | llvm-svn: 104943
* [except.nested]Howard Hinnant2010-05-276-0/+417
llvm-svn: 104850
OpenPOWER on IntegriCloud