forked from boostorg/static_assert
Fix C++0x helper macros
[SVN r37178]
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
# define BOOST_SA_GCC_WORKAROUND
|
# define BOOST_SA_GCC_WORKAROUND
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BOOST_CXX0X_STATIC_ASSERT
|
#ifdef BOOST_HAS_STATIC_ASSERT
|
||||||
# define BOOST_STATIC_ASSERT( B ) static_assert(B, #B)
|
# define BOOST_STATIC_ASSERT( B ) static_assert(B, #B)
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user