aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0cdd178..6c5964a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-19 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/stl_list.h (_M_resize_pos(size_type&)): Declare.
+ (operator==(const list&, const list&)): If size() is O(1) compare
+ sizes before comparing each element.
+ * include/bits/list.tcc (list::_M_resize_pos(size_type&)): Define.
+ (list::resize): Use _M_resize_pos.
+
2015-05-19 François Dumont <fdumont@gcc.gnu.org>
* testsuite/23_containers/unordered_map/cons/66055.cc: Add constructor