From b6b9a01a0be3e140f5bbc1a5209bf4e05fb147fc Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 27 Jun 2005 00:49:40 +0000 Subject: [PATCH] Roll back "fixes" that never worked. [SVN r29798] --- 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 a725fb6..4c91b4b 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 (*)()>::value), + ::tt::decay::type,int (*)(void)>::value), true ); BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_same< ::tt::decay::type,int (*)(int)>::value),