Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

QVM: Quaternions, Vectors, Matrices

BOOST_QVM_FORCE_INLINE

#include <boost/qvm/inline.hpp>

#ifndef BOOST_QVM_FORCE_INLINE
#define BOOST_QVM_FORCE_INLINE /*platform-specific*/
#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_FORCE_INLINE should expand to a value that is valid substitution of the inline keyword in function definitions, to indicate that the compiler must inline the function. Of course, actual inlining may not occur.