33 #ifndef __H__COMMON__STATIC_ASSERT__
34 #define __H__COMMON__STATIC_ASSERT__
63 #define UG_STATIC_ASSERT(expr, msg) \
64 {CompileTimeAssertion<expr ? true : false> UG_STATIC_ASSERT_ERROR_##msg;\
65 UG_STATIC_ASSERT_ERROR_##msg.do_assert();}
69 #define UG_STATIC_ASSERT(expr, msg)
void do_assert()
Definition: static_assert.h:45
Definition: static_assert.h:42