#include "TestMFHasTemplate.hpp" #include int main() { using namespace boost::mpl::placeholders; // Wrong enclosing type BOOST_MPL_ASSERT((tti::mf_has_template < tti::HaveMStr<_>, tti::member_type_AStructType > )); return 0; }