#include "TestMFHasMemberFunction.hpp" #include int main() { using namespace boost::mpl::placeholders; // Wrong enclosing type for nested type BOOST_MPL_ASSERT((tti::mf_has_member_function < tti::has_member_function_sFunction<_,_,_>, boost::mpl::identity, tti::member_type_AnIntType, boost::mpl::vector < boost::mpl::identity, boost::mpl::identity, boost::mpl::identity > > )); return 0; }