diff options
author | fdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-05 20:50:51 +0000 |
---|---|---|
committer | fdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-05 20:50:51 +0000 |
commit | 594806f84443d823c72149bf0984958f54def6c5 (patch) | |
tree | a2e48a5f86b15447b1a6e75adf6bfe53650551cc /libstdc++-v3 | |
parent | de0785c6b5ed67d7b7bc8212233f03591e11843d (diff) | |
download | gcc-594806f84443d823c72149bf0984958f54def6c5.tar.gz |
Restore 2012 entries that hasn't been saved.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182926 138bc75d-0d04-0410-961f-82ee72b054a4
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 e69de29bb2d..aebe0918848 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. |