#include <boost/qvm/inline.hpp>
#ifndef BOOST_QVM_INLINE #define BOOST_QVM_INLINE inline #endif
This macro is not used directly by Boost QVM, except as the default value of other macros from boost/qvm/inline.hpp. A user-defined BOOST_QVM_INLINE should expand to a value that is valid substitution of the inline keyword in function definitions.