gcc/libstdc++-v3/include/profile
François Dumont 637fd8b3be unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Hashtable.
2012-10-22  François Dumont  <fdumont@gcc.gnu.org>

	* include/bits/unordered_set.h (unordered_set<>): Prefer
	aggregation to inheritance with _Hashtable.
	(unordered_multiset<>): Likewise.
	* include/debug/unordered_set (operator==): Adapt.
	* include/profile/unordered_set (operator==): Adapt.

From-SVN: r192695
2012-10-22 19:53:38 +00:00
..
impl PR libstdc++/52317 (cont) 2012-02-21 21:30:26 +00:00
base.h PR libstdc++/52317 (cont) 2012-02-21 21:30:26 +00:00
bitset bitset (operator[](size_t) const): Declare constexpr. 2011-11-19 11:50:44 +00:00
deque hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the allocator, use noexcept. 2011-06-01 14:16:19 +00:00
forward_list hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the allocator, use noexcept. 2011-06-01 14:16:19 +00:00
iterator_tracker.h PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
list hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the allocator, use noexcept. 2011-06-01 14:16:19 +00:00
map PR libstdc++/52317 (cont) 2012-02-21 21:30:26 +00:00
map.h map.h (map::emplace_hint): Remove invalid parenthesis. 2012-10-21 19:06:47 +00:00
multimap.h re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) 2012-09-24 19:53:36 +00:00
multiset.h re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) 2012-09-24 19:53:36 +00:00
set PR libstdc++/52317 (cont) 2012-02-21 21:30:26 +00:00
set.h re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) 2012-09-24 19:53:36 +00:00
unordered_map re PR libstdc++/53657 ([C++11] pair(pair&&) move constructor is non-trivial) 2012-07-13 08:59:58 +00:00
unordered_set unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Hashtable. 2012-10-22 19:53:38 +00:00
vector PR libstdc++/52317 (cont) 2012-02-21 21:30:26 +00:00