#include <boost/qvm/inline.hpp>
#ifndef BOOST_QVM_INLINE_TRIVIAL #define BOOST_QVM_INLINE_TRIVIAL BOOST_QVM_FORCE_INLINE #endif
Boost QVM uses BOOST_QVM_INLINE_TRIVIAL in definitions of functions that are not critical for the overall performance of the library but are extremely simple (such as one-liners) and therefore should always be inlined.