From: François Dumont Date: Thu, 5 Jan 2012 20:50:51 +0000 (+0000) Subject: Restore 2012 entries that hasn't been saved. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=866622072a274051c473d913e606d9076226ce59;p=gcc.git Restore 2012 entries that hasn't been saved. From-SVN: r182926 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e69de29bb2d..aebe0918848 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -0,0 +1,10 @@ +2012-01-03 François Dumont + + * include/bits/hashtable_policy.h (_Ebo_helper<>): Rename to the more + specific _Hashtable_ebo_helper. Hide this implementation detail thanks + to private inheritance. + +2012-01-03 Paolo Carlini + + PR c++/51738 + * testsuite/23_containers/map/element_access/39901.cc: New.