OSDN Git Service

aebe0918848e8d687e3442bf3ec12a884afe1186
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2012-01-03  François Dumont <fdumont@gcc.gnu.org>
2
3         * include/bits/hashtable_policy.h (_Ebo_helper<>): Rename to the more
4         specific _Hashtable_ebo_helper. Hide this implementation detail thanks
5         to private inheritance.
6
7 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
8
9         PR c++/51738
10         * testsuite/23_containers/map/element_access/39901.cc: New.