#include <boost/mpl/aux_/na.hpp>
#include <boost/mpl/aux_/config/msvc.hpp>
#include <boost/mpl/aux_/config/workaround.hpp>
#include <boost/mpl/assert.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_MPL_AUX_ASSERT_NOT_NA(x) BOOST_MPL_ASSERT_NOT((boost::mpl::is_na<type>)) \ |
#define BOOST_MPL_AUX_ASSERT_NOT_NA | ( | x | ) | BOOST_MPL_ASSERT_NOT((boost::mpl::is_na<type>)) \ |
Definition at line 24 of file na_assert.hpp.