Go to the documentation of this file. 1 #ifndef _SIGX_STATIC_ASSERT_HPP_
2 #define _SIGX_STATIC_ASSERT_HPP_
37 struct static_assert<true>
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