forked from boostorg/type_traits
Broken compiler workaround
[SVN r29781]
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user