diff --git a/include/boost/static_assert.hpp b/include/boost/static_assert.hpp index 19366d9..d083a9c 100644 --- a/include/boost/static_assert.hpp +++ b/include/boost/static_assert.hpp @@ -183,6 +183,7 @@ template struct static_assert_test{}; enum { BOOST_JOIN(boost_static_assert_enum_, __LINE__) \ = sizeof(::boost::STATIC_ASSERTION_FAILURE< (bool)( __VA_ARGS__ ) >) } # else +# define BOOST_STATIC_ASSERT(B) \ enum { BOOST_JOIN(boost_static_assert_enum_, __LINE__) \ = sizeof(::boost::STATIC_ASSERTION_FAILURE< (bool)( B ) >) } # endif