summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-28 12:07:40 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-28 12:07:40 +0000
commitc09adc61988c037a40a9c000415441d56de0cae2 (patch)
tree8c9c0253274739a474e7fafb0efe19f3707be3b1 /libstdc++-v3/ChangeLog
parent75907ee68dacc603748554e9146ab265a4e9c407 (diff)
downloadgcc-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/ChangeLog4
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.