Roll back "fixes" that never worked.

[SVN r29798]
This commit is contained in:
Dave Abrahams
2005-06-27 00:49:40 +00:00
parent 7e95b4e2a4
commit b6b9a01a0b

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 ()>::type,int (*)()>::value),
::tt::decay<int (void)>::type,int (*)(void)>::value),
true );
BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_same<
::tt::decay<int (int)>::type,int (*)(int)>::value),