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