From d4c579b56109284162f084bf031cd4eea1f1b036 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 23 Oct 2013 14:08:46 -0400 Subject: * include/bits/hashtable.h (_Hashtable): Force EBO for _Hash_code_base. From-SVN: r203984 --- libstdc++-v3/include/bits/hashtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/include') diff --git a/libstdc++-v3/include/bits/hashtable.h b/libstdc++-v3/include/bits/hashtable.h index 43c89b1..c639c55 100644 --- a/libstdc++-v3/include/bits/hashtable.h +++ b/libstdc++-v3/include/bits/hashtable.h @@ -284,7 +284,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION is_default_constructible< // We use _Hashtable_ebo_helper to access the protected // 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" " and bucket index computation default constructible"); -- cgit v1.1