re PR libstdc++/56278 (unordered containers fail static assertion)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Mon, 11 Feb 2013 00:19:14 +0000 (00:19 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 11 Feb 2013 00:19:14 +0000 (00:19 +0000)
commita9b68b8289efff8361e9f3a66c9055a70ce62ee5
treedd947662576f0f5cf62bcb27ce2a193ec6d27ba2
parent9a147b39c603340a83f3365001f370977c713b7d
re PR libstdc++/56278 (unordered containers fail static assertion)

PR libstdc++/56278
* include/bits/hashtable_policy.h (_Hash_code_base): Make default
constructor public.
* testsuite/23_containers/unordered_set/56278.cc: New.

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