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