unordered_set: Minor formatting changes.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 10 Dec 2011 14:00:03 +0000 (14:00 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 10 Dec 2011 14:00:03 +0000 (14:00 +0000)
commitf431d7ca38c9607e6bf90b63b348c8186b984480
tree3932af52a5c98ee0931cb641f458d3d9987a2efb
parent188b7e235b0999c5904007a8d608362599290128
unordered_set: Minor formatting changes.

2011-12-12  François Dumont <fdumont@gcc.gnu.org>

* include/profile/unordered_set: Minor formatting changes.
(unordered_set<>::_M_profile_destruct,
unordered_multiset<>::_M_profile_destruct): Fix implementation to not
rely on normal implementation details anymore.
(unordered_set<>::_M_profile_resize,
unordered_multiset<>::_M_profile_resize): Implement consistently
accross all unordered containers.
(unordered_set<>::emplace, unordered_set<>::emplace_hint,
unordered_multiset<>::emplace, unordered_multset<>::emplace_hint): Add
to signal rehash to profiling system.
* include/profile/unordered_map: Likewise for unordered_map<> and
unordered_multimap<>.

From-SVN: r182188
libstdc++-v3/ChangeLog
libstdc++-v3/include/profile/unordered_map
libstdc++-v3/include/profile/unordered_set