#include <boost/log/detail/config.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::aux | |
Macros | |
#define | BOOST_LOG_UNUSED_VARIABLE(type, var, initializer) type var initializer; ::boost::log::aux::no_unused_warnings(var) |
The macro suppresses compiler warnings for var being unused. More... | |
Functions | |
template<typename T > | |
BOOST_FORCEINLINE void | boost::aux::no_unused_warnings (T const &) BOOST_NOEXCEPT |
The header contains definition of a macro to suppress compiler warnings about unused variables.
#define BOOST_LOG_UNUSED_VARIABLE | ( | type, | |
var, | |||
initializer | |||
) | type var initializer; ::boost::log::aux::no_unused_warnings(var) |
The macro suppresses compiler warnings for var
being unused.