Improvements in type_traits have gotten MSVC 7.0 and prior down to 12 failures here

[SVN r29170]
This commit is contained in:
Douglas Gregor 2005-05-24 14:53:49 +00:00
parent 5ca5b4102b
commit 1bd83d43e8

View File

@ -445,7 +445,7 @@ template struct call_traits_test<int[2], true>;
#endif #endif
#if defined(BOOST_MSVC) && _MSC_VER <= 1300 #if defined(BOOST_MSVC) && _MSC_VER <= 1300
unsigned int expected_failures = 14; unsigned int expected_failures = 12;
#elif defined(__SUNPRO_CC) #elif defined(__SUNPRO_CC)
#if(__SUNPRO_CC <= 0x520) #if(__SUNPRO_CC <= 0x520)
unsigned int expected_failures = 18; unsigned int expected_failures = 18;