Exemple #1
0
template< class F > void test_self_equal( F f )
{
#ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
    using hpx::function_equal;
#endif

    HPX_TEST( function_equal( f, f ) );
}