diff options
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9636bd7f47f..f96cf7a8e84 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2012-11-19 Jonathan Wakely <jwakely.gcc@gmail.com> + * testsuite/20_util/allocator/requirements/typedefs.cc: Check rebind + and improve propagate_on_container_move_assignment check. + +2012-11-19 Jonathan Wakely <jwakely.gcc@gmail.com> + * include/bits/stl_algo.h (reverse_copy): Update comment per DR 2074. * include/bits/unordered_map.h: Apply DR 2005 resolution. * doc/xml/manual/status_cxx2011.xml: Update per DR 2048. |