From 176f89e9017f0fe2d040128b5d9cbc4957fe940a Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 6 Nov 2003 16:41:55 +0000 Subject: [PATCH] obsolete workaround gcc under OS 10 removed [SVN r20705] --- include/boost/type_traits/type_with_alignment.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index 56889e9..c98c763 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -132,10 +132,8 @@ class type_with_alignment BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of::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;