hanchenye-llvm-project/libcxx/test/language.support
Alexis Hunt f3ff971561 Give A an explicitly non-throwing destructor so that B's destructor is
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
2011-07-18 17:07:53 +00:00
..
cstdint license change 2010-11-16 22:09:02 +00:00
support.dynamic N3189 Observers for the three handler functions 2010-12-02 16:45:21 +00:00
support.exception Give A an explicitly non-throwing destructor so that B's destructor is 2011-07-18 17:07:53 +00:00
support.general license change 2010-11-16 22:09:02 +00:00
support.initlist license change 2010-11-16 22:09:02 +00:00
support.limits license change 2010-11-16 22:09:02 +00:00
support.rtti license change 2010-11-16 22:09:02 +00:00
support.runtime license change 2010-11-16 22:09:02 +00:00
support.start.term license change 2010-11-16 22:09:02 +00:00
support.types Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t. 2011-03-09 17:17:06 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00