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