mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
temporarily omitted alignas specifier
This commit is contained in:
@ -214,7 +214,7 @@ private:
|
||||
return at(N);
|
||||
}
|
||||
|
||||
alignas(16) __m128i m;
|
||||
/*alignas(16)*/ __m128i m;
|
||||
};
|
||||
|
||||
#elif defined(BOOST_UNORDERED_LITTLE_ENDIAN_NEON)
|
||||
|
Reference in New Issue
Block a user