1 #ifndef _SIGX_STATIC_ASSERT_HPP_
2 #define _SIGX_STATIC_ASSERT_HPP_
45 template<
int I_>
struct static_assert_test
53 #define SIGX_STATIC_ASSERT( expr ) \
54 sizeof(::sigx::static_assert< (bool)( expr ) >)
57 #endif // end file guard
Definition: static_assert.h:34