diff --git a/test/decay_test.cpp b/test/decay_test.cpp index 4c91b4b..a725fb6 100755 --- a/test/decay_test.cpp +++ b/test/decay_test.cpp @@ -75,7 +75,7 @@ TT_TEST_BEGIN(is_class) ::tt::decay::type,const wchar_t*>::value), true ); BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_same< - ::tt::decay::type,int (*)(void)>::value), + ::tt::decay::type,int (*)()>::value), true ); BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_same< ::tt::decay::type,int (*)(int)>::value),