]> git.ipfire.org Git - thirdparty/gcc.git/commit
unordered_base.h: New.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 7 May 2013 20:26:15 +0000 (20:26 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 7 May 2013 20:26:15 +0000 (20:26 +0000)
commit703f140fb8dbe977cf5fabecd60e163267b6e227
tree92c9652b0d5109aa6374cb73a679a0241e262cd0
parent4ffecb1fed76821d63111b515c0b01d09411f119
unordered_base.h: New.

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.

From-SVN: r198698
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