re PR c++/53067 (c++0x GCC 4.7.0 Regression std::ref with unordered sets)
authorPaolo Carlini <paolo.carlini@oracle.com>
Sun, 22 Apr 2012 17:37:57 +0000 (17:37 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 22 Apr 2012 17:37:57 +0000 (17:37 +0000)
commit970aa0b9a95103d518c7e96c70794ba32d074368
treef450c17a4e7f46e954b26ad1138c56c36170e315
parent96b3ee1c504a6507154bbbfcf081a8f969fb8671
re PR c++/53067 (c++0x GCC 4.7.0 Regression std::ref with unordered sets)

2012-04-22  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/53067
* include/bits/hashtable_policy.h: Change inheritances to public.
* testsuite/23_containers/unordered_map/requirements/53067.cc: New.
* testsuite/23_containers/unordered_set/requirements/53067.cc: Likewise.

From-SVN: r186676
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable_policy.h
libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc [new file with mode: 0644]