Commit d4c579b5 by Jason Merrill Committed by Jason Merrill

* include/bits/hashtable.h (_Hashtable): Force EBO for _Hash_code_base.

From-SVN: r203984
parent 24d2e5eb
2013-10-23 Jason Merrill <jason@redhat.com>
* include/bits/hashtable.h (_Hashtable): Force EBO for _Hash_code_base.
2013-10-23 Paolo Carlini <paolo.carlini@oracle.com> 2013-10-23 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/58850 PR libstdc++/58850
......
...@@ -284,7 +284,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -284,7 +284,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
is_default_constructible< is_default_constructible<
// We use _Hashtable_ebo_helper to access the protected // We use _Hashtable_ebo_helper to access the protected
// default constructor. // default constructor.
__detail::_Hashtable_ebo_helper<0, __hash_code_base>>>::value, __detail::_Hashtable_ebo_helper<0, __hash_code_base, true>>>::value,
"Cache the hash code or make functors involved in hash code" "Cache the hash code or make functors involved in hash code"
" and bucket index computation default constructible"); " and bucket index computation default constructible");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment