aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-17 20:14:53 +0000
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-17 20:14:53 +0000
commit25322e0463047717cd2bf8cddbe0191461b73e01 (patch)
tree4126b860593e0b022173b1006b90e2603f42b320 /libstdc++-v3/ChangeLog
parentd997eb17b0f975730d2f80c89a84aea867b13e39 (diff)
2015-05-17 François Dumont <fdumont@gcc.gnu.org>
* include/bits/unordered_map.h (unordered_map, unordered_multimap): Add missing constructors. * include/bits/unordered_set.h (unordered_set, unordered_multiset): Likewise. * include/debug/unordered_map (unordered_map, unordered_multimap): Add missing constructors. * include/debug/unordered_set (unordered_set, unordered_multiset): Likewise. * include/profile/unordered_map (unordered_map, unordered_multimap): Add missing constructors. * include/profile/unordered_set (unordered_set, unordered_multiset): Likewise. * testsuite/23_containers/unordered_map/cons/66055.cc: Add constructor invocations. * testsuite/23_containers/unordered_multimap/cons/66055.cc: Likewise. * testsuite/23_containers/unordered_multiset/cons/66055.cc: Likewise. * testsuite/23_containers/unordered_set/cons/66055.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223273 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0f1089c6d2b..c8f14d00469 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,23 @@
+2015-05-17 François Dumont <fdumont@gcc.gnu.org>
+
+ * include/bits/unordered_map.h (unordered_map, unordered_multimap): Add
+ missing constructors.
+ * include/bits/unordered_set.h (unordered_set, unordered_multiset):
+ Likewise.
+ * include/debug/unordered_map (unordered_map, unordered_multimap): Add
+ missing constructors.
+ * include/debug/unordered_set (unordered_set, unordered_multiset):
+ Likewise.
+ * include/profile/unordered_map (unordered_map, unordered_multimap): Add
+ missing constructors.
+ * include/profile/unordered_set (unordered_set, unordered_multiset):
+ Likewise.
+ * testsuite/23_containers/unordered_map/cons/66055.cc: Add constructor
+ invocations.
+ * testsuite/23_containers/unordered_multimap/cons/66055.cc: Likewise.
+ * testsuite/23_containers/unordered_multiset/cons/66055.cc: Likewise.
+ * testsuite/23_containers/unordered_set/cons/66055.cc: Likewise.
+
2015-05-15 Jonathan Wakely <jwakely@redhat.com>
* src/filesystem/ops.cc (stat_type): Define alias for struct stat and