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