obsolete workaround gcc under OS 10 removed

[SVN r20705]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-11-06 16:41:55 +00:00
parent 314d866dc9
commit 176f89e901

View File

@@ -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;