forked from boostorg/type_traits
obsolete workaround gcc under OS 10 removed
[SVN r20705]
This commit is contained in:
@@ -132,10 +132,8 @@ class type_with_alignment
|
||||
|
||||
BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
|
||||
|
||||
#if !(defined(__APPLE__) && defined(__MACH__) && defined(__GNUC__))
|
||||
BOOST_STATIC_ASSERT(found >= Align);
|
||||
BOOST_STATIC_ASSERT(found % Align == 0);
|
||||
#endif
|
||||
|
||||
public:
|
||||
typedef align_t type;
|
||||
|
Reference in New Issue
Block a user