OSDN Git Service

56350fe30da72105424f701eef7cfe3350070077
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2012-01-05  François Dumont  <fdumont@gcc.gnu.org>
2
3         * include/bits/hashtable_policy.h (_Hashtable_base<>::_M_eq()):
4         protected rather than private, use it...
5         * include/bits/hashtable.h (_Hashtable<>::key_eq()): ... here.
6         * testsuite/23_containers/unordered_set/observers.cc: New.
7         * testsuite/23_containers/unordered_multiset/observers.cc: New.
8         * testsuite/23_containers/unordered_map/observers.cc: New.
9         * testsuite/23_containers/unordered_multimap/observers.cc: New.
10
11 2012-01-03  François Dumont  <fdumont@gcc.gnu.org>
12
13         * include/bits/hashtable_policy.h (_Ebo_helper<>): Rename to the more
14         specific _Hashtable_ebo_helper. Hide this implementation detail thanks
15         to private inheritance.
16
17 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
18
19         PR c++/51738
20         * testsuite/23_containers/map/element_access/39901.cc: New.