diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-28 12:07:40 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-28 12:07:40 +0000 |
commit | c09adc61988c037a40a9c000415441d56de0cae2 (patch) | |
tree | 8c9c0253274739a474e7fafb0efe19f3707be3b1 /libstdc++-v3/ChangeLog | |
parent | 75907ee68dacc603748554e9146ab265a4e9c407 (diff) | |
download | gcc-c09adc61988c037a40a9c000415441d56de0cae2.tar.gz |
* libsupc++/exception (uncaught_exceptions): Add comment. Reorder #if.
* testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc:
Use -std=gnu++1z. Check feature-test macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222523 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7dfb96e40f8..159362d412a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2015-04-28 Jonathan Wakely <jwakely@redhat.com> + * libsupc++/exception (uncaught_exceptions): Add comment. Reorder #if. + * testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc: + Use -std=gnu++1z. Check feature-test macro. + * include/std/type_traits (void_t): Add. * testsuite/20_util/void_t/1.cc: New. |