Restore 2012 entries that hasn't been saved.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 5 Jan 2012 20:50:51 +0000 (20:50 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 5 Jan 2012 20:50:51 +0000 (20:50 +0000)
From-SVN: r182926

libstdc++-v3/ChangeLog

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..aebe0918848e8d687e3442bf3ec12a884afe1186 100644 (file)
@@ -0,0 +1,10 @@
+2012-01-03  François Dumont <fdumont@gcc.gnu.org>
+
+       * 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  <paolo.carlini@oracle.com>
+
+       PR c++/51738
+       * testsuite/23_containers/map/element_access/39901.cc: New.