9 #ifndef STK_UTIL_UTIL_StaticAssert_hpp
10 #define STK_UTIL_UTIL_StaticAssert_hpp
12 namespace stk_classic {
27 static bool ok() {
return true ; }
34 #endif // STK_UTIL_UTIL_StaticAssert_hpp
Compile-time assertionIf the compile-time expression is true then defines.