#include "TestMFHasType.hpp" #include int main() { using namespace boost::mpl::placeholders; // Wrong enclosing type BOOST_MPL_ASSERT((tti::mf_has_type < tti::has_type_AnIntType<_>, boost::mpl::identity > )); return 0; }