#include <boost/qvm/static_assert.hpp>
#ifndef BOOST_QVM_STATIC_ASSERT #include <boost/static_assert.hpp> #define BOOST_QVM_STATIC_ASSERT BOOST_STATIC_ASSERT #endif
All static assertions in Boost QVM use the BOOST_QVM_STATIC_ASSERT macro.