mirror of git://gcc.gnu.org/git/gcc.git
Backport from mainline 2015-05-17 François Dumont <fdumont@gcc.gnu.org> * include/bits/unordered_map.h (unordered_map, unordered_multimap): Add missing constructors. * include/bits/unordered_set.h (unordered_set, unordered_multiset): Likewise. * include/debug/unordered_map (unordered_map, unordered_multimap): Add missing constructors. * include/debug/unordered_set (unordered_set, unordered_multiset): Likewise. * include/profile/unordered_map (unordered_map, unordered_multimap): Add missing constructors. * include/profile/unordered_set (unordered_set, unordered_multiset): Likewise. * testsuite/23_containers/unordered_map/cons/66055.cc: Add constructor invocations. * testsuite/23_containers/unordered_multimap/cons/66055.cc: Likewise. * testsuite/23_containers/unordered_multiset/cons/66055.cc: Likewise. * testsuite/23_containers/unordered_set/cons/66055.cc: Likewise. From-SVN: r224741 |
||
|---|---|---|
| .. | ||
| impl | ||
| array | ||
| base.h | ||
| bitset | ||
| deque | ||
| forward_list | ||
| iterator_tracker.h | ||
| list | ||
| map | ||
| map.h | ||
| multimap.h | ||
| multiset.h | ||
| ordered_base.h | ||
| set | ||
| set.h | ||
| unordered_base.h | ||
| unordered_map | ||
| unordered_set | ||
| vector | ||