| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Give A an explicitly non-throwing destructor so that B's destructor is | Alexis Hunt | 2011-07-18 | 1 | -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 change | Howard Hinnant | 2010-11-16 | 6 | -12/+12 |
| | | | | | llvm-svn: 119395 | ||||
| * | Corrected rethrow_if_nested | Howard Hinnant | 2010-05-28 | 1 | -12/+28 |
| | | | | | llvm-svn: 104943 | ||||
| * | [except.nested] | Howard Hinnant | 2010-05-27 | 6 | -0/+417 |
| llvm-svn: 104850 | |||||

