#include "TestMFHasTypeCheckTypedef.hpp" #include int main() { // NoOtherType does not exist at all BOOST_MPL_ASSERT((tti::mf_has_type < tti::has_type_NoOtherType, boost::mpl::identity, boost::mpl::identity > )); return 0; }