#include "test_mf_has_member_function.hpp" #include int main() { using namespace boost::mpl::placeholders; // Wrong function signature BOOST_MPL_ASSERT((boost::tti::mf_has_member_function < boost::tti::FunctionReturningInt<_,_>, boost::mpl::identity, boost::mpl::identity > )); return 0; }