summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-01 12:34:16 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-01 12:34:16 +0000
commit3d532fdd9e3b910125490cdd660086ded1d84ccb (patch)
treecb3c28f0f78881dd028516d2beb35ca448103d4c /libstdc++-v3/ChangeLog
parentb14c3ddd1b8749827e97a72b0ccb84fc2d5edc15 (diff)
downloadppe42-gcc-3d532fdd9e3b910125490cdd660086ded1d84ccb.tar.gz
ppe42-gcc-3d532fdd9e3b910125490cdd660086ded1d84ccb.zip
* include/bits/stl_queue.h: Include missing header.
* include/bits/stl_stack.h: Likewise. * testsuite/23_containers/priority_queue/requirements/ uses_allocator.cc: New. * testsuite/23_containers/queue/requirements/uses_allocator.cc: New. * testsuite/23_containers/stack/requirements/uses_allocator.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@215756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6f342566786..f7563d0ad62 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,14 @@
2014-10-01 Jonathan Wakely <jwakely@redhat.com>
+ * include/bits/stl_queue.h: Include missing header.
+ * include/bits/stl_stack.h: Likewise.
+ * testsuite/23_containers/priority_queue/requirements/
+ uses_allocator.cc: New.
+ * testsuite/23_containers/queue/requirements/uses_allocator.cc: New.
+ * testsuite/23_containers/stack/requirements/uses_allocator.cc: New.
+
+2014-10-01 Jonathan Wakely <jwakely@redhat.com>
+
* include/std/mutex (try_lock): Do not swallow exceptions.
* testsuite/30_threads/try_lock/4.cc: Fix test.
OpenPOWER on IntegriCloud