Broken compiler workaround

[SVN r29781]
This commit is contained in:
Dave Abrahams
2005-06-24 15:39:45 +00:00
parent 118684962b
commit 4b845146e2

View File

@@ -75,7 +75,7 @@ TT_TEST_BEGIN(is_class)
::tt::decay<const wchar_t[2]>::type,const wchar_t*>::value),
true );
BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_same<
::tt::decay<int (void)>::type,int (*)(void)>::value),
::tt::decay<int ()>::type,int (*)()>::value),
true );
BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_same<
::tt::decay<int (int)>::type,int (*)(int)>::value),