strusBase  0.17
Macros
static_assert.hpp File Reference
#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...
 

Macro Definition Documentation

#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