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