diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 1f4ec897..3da7554f 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -815,7 +815,7 @@ struct subaligned_table_arrays: template using table_arrays=typename std::conditional< -#if defined(__STDCPP_DEFAULT_NEW_ALIGNMENT__) +#if 0&&defined(__STDCPP_DEFAULT_NEW_ALIGNMENT__) sizeof(Group)<=__STDCPP_DEFAULT_NEW_ALIGNMENT__, #else sizeof(Group)<=alignof(std::max_align_t),