mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-02 16:51:39 +01: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