diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2012-01-05 20:50:51 +0000 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2012-01-05 20:50:51 +0000 |
commit | 866622072a274051c473d913e606d9076226ce59 (patch) | |
tree | a2e48a5f86b15447b1a6e75adf6bfe53650551cc /libstdc++-v3 | |
parent | 632c71230e37088daadde68956012fbabaf2943d (diff) | |
download | gcc-866622072a274051c473d913e606d9076226ce59.zip gcc-866622072a274051c473d913e606d9076226ce59.tar.gz gcc-866622072a274051c473d913e606d9076226ce59.tar.bz2 |
Restore 2012 entries that hasn't been saved.
From-SVN: r182926
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e69de29..aebe091 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. |