2012-10-22 François Dumont <fdumont@gcc.gnu.org>
commit5b045227d27911ce3989cc333adac2a0e4c18f6e
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Oct 2012 19:53:38 +0000 (22 19:53 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Oct 2012 19:53:38 +0000 (22 19:53 +0000)
treea2cf1c94b9e7e7849736885c79a89fe82bfc58d3
parent3460f326a401b785f84b6b31c618274a38a510cd
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192695 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/unordered_set.h
libstdc++-v3/include/debug/unordered_set
libstdc++-v3/include/profile/unordered_set