2013-05-07 François Dumont <fdumont@gcc.gnu.org>
commitc50ff294f77295d98662af55db383e38dfce5a55
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 May 2013 20:26:15 +0000 (7 20:26 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 May 2013 20:26:15 +0000 (7 20:26 +0000)
tree92c9652b0d5109aa6374cb73a679a0241e262cd0
parent5c2d214df49bbdccbb8fc6dbf31593c7e3a385b7
2013-05-07  François Dumont  <fdumont@gcc.gnu.org>

* include/profile/unordered_base.h: New.
* include/Makefile.am: Add new profile header.
* include/Makefile.in: Regenerate.
* include/profile/impl/profiler.h
(__profcxx_inefficient_hash_is_on): New macro.
* include/profile/unordered_map (std::profile::unordered_map<>):
Use new _Unordered_profile base class. Use default implementations
for special functions.
(std::profile::unordered_multimap<>): Likewise.
* include/profile/unordered_set (std::profile::unordered_set<>):
Likewise.
(std::profile::unordered_multiset<>): Likewise.
* testsuite/23_containers/unordered_multiset/55043.cc: Fix
MoveOnly equality operator signature.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198698 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/profile/impl/profiler.h
libstdc++-v3/include/profile/unordered_base.h [new file with mode: 0644]
libstdc++-v3/include/profile/unordered_map
libstdc++-v3/include/profile/unordered_set
libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc