diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2012-10-27 12:20:18 +0000 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2012-10-27 12:20:18 +0000 |
commit | 099e644e2d4e801a4cfadd3852d207510a59497a (patch) | |
tree | debbb2fe9eace0f2432c1f441c4d639bf4eba0d4 /gcc/function.c | |
parent | 7999d7b4e6f6a225d8afddd54fd499ec6448a0cd (diff) | |
download | gcc-099e644e2d4e801a4cfadd3852d207510a59497a.zip gcc-099e644e2d4e801a4cfadd3852d207510a59497a.tar.gz gcc-099e644e2d4e801a4cfadd3852d207510a59497a.tar.bz2 |
unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Hashtable.
2012-10-27 François Dumont <fdumont@gcc.gnu.org>
* include/bits/unordered_map.h (unordered_map<>): Prefer
aggregation to inheritance with _Hashtable.
(unordered_multimap<>): Likewise.
* include/bits/unordered_set.h
(unordered_set<>(const unordered_set&)): Use default
implementation.
(unordered_set<>(unordered_set&&)): Likewise.
(unordered_set<>::operator=(const unordered_set&)): Likewise.
(unordered_set<>::operator=(unordered_set&&)): Likewise.
(unordered_multiset<>(const unordered_multiset&)): Likewise.
(unordered_multiset<>(unordered_multiset&&)): Likewise.
(unordered_multiset<>::operator=(const unordered_multiset&)):
Likewise.
(unordered_multiset<>::operator=(unordered_multiset&&)): Likewise.
* include/debug/unordered_map (operator==): Adapt.
* include/profile/unordered_map (operator==): Adapt.
From-SVN: r192876
Diffstat (limited to 'gcc/function.c')
0 files changed, 0 insertions, 0 deletions