strusBase
0.17
|
#include <boost/static_assert.hpp>
Go to the source code of this file.
Macros | |
#define | STRUS_STATIC_ASSERT(cond) BOOST_STATIC_ASSERT((cond)) |
Static assertions. More... | |
#define STRUS_STATIC_ASSERT | ( | cond | ) | BOOST_STATIC_ASSERT((cond)) |
Static assertions.
PF:HACK: Bad solution, need probing of static_assert as C++ feature as for regex