mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
stopped relying on __STDCPP_DEFAULT_NEW_ALIGNMENT__ for now
This commit is contained in:
@ -815,7 +815,7 @@ struct subaligned_table_arrays:
|
||||
template<typename Value,typename Group,typename SizePolicy>
|
||||
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),
|
||||
|
Reference in New Issue
Block a user