From 4b845146e2154f5095041ad9e9b865955ba4dcf2 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 24 Jun 2005 15:39:45 +0000 Subject: [PATCH] Broken compiler workaround [SVN r29781] --- test/decay_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),