diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2009-05-12 21:08:00 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2009-05-12 22:08:00 +0100 |
commit | 182da14a6284aab605f6eace40c80325802b2b15 (patch) | |
tree | 6d3c52a09911d5143b7a7fe3511fbe5e9ec350b4 /libstdc++-v3/ChangeLog | |
parent | 704bf7c8ae47f7d609d5236d4d61e588bd595dee (diff) | |
download | gcc-182da14a6284aab605f6eace40c80325802b2b15.zip gcc-182da14a6284aab605f6eace40c80325802b2b15.tar.gz gcc-182da14a6284aab605f6eace40c80325802b2b15.tar.bz2 |
exception: Include nested_exception.h in C++0x mode.
2009-05-12 Jonathan Wakely <jwakely.gcc@gmail.com>
* libsupc++/exception: Include nested_exception.h in C++0x mode.
* libsupc++/nested_exception.h: New.
* libsupc++/Makefile.am: Add new header.
* libsupc++/Makefile.in: Regenerate.
* testsuite/18_support/nested_exception/rethrow_nested.cc: New.
* testsuite/18_support/nested_exception/throw_with_nested.cc: New.
* testsuite/18_support/nested_exception/cons.cc: New.
* testsuite/18_support/nested_exception/nested_ptr.cc: New.
* testsuite/18_support/nested_exception/rethrow_if_nested.cc: New.
* doc/xml/manual/status_cxx200x.xml: Adjust.
From-SVN: r147446
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 45e0f2b..0a73df2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,16 @@ +2009-05-12 Jonathan Wakely <jwakely.gcc@gmail.com> + + * libsupc++/exception: Include nested_exception.h in C++0x mode. + * libsupc++/nested_exception.h: New. + * libsupc++/Makefile.am: Add new header. + * libsupc++/Makefile.in: Regenerate. + * testsuite/18_support/nested_exception/rethrow_nested.cc: New. + * testsuite/18_support/nested_exception/throw_with_nested.cc: New. + * testsuite/18_support/nested_exception/cons.cc: New. + * testsuite/18_support/nested_exception/nested_ptr.cc: New. + * testsuite/18_support/nested_exception/rethrow_if_nested.cc: New. + * doc/xml/manual/status_cxx200x.xml: Adjust. + 2009-05-07 Paolo Carlini <paolo.carlini@oracle.com> * include/ext/throw_allocator.h: Remove redundante include. |