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