#include "TestMFHasType.hpp" #include int main() { using namespace boost::mpl::placeholders; // NoOtherType does not exist at all BOOST_MPL_ASSERT((tti::mf_has_type < tti::has_type_NoOtherType<_>, boost::mpl::identity > )); return 0; }