mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Improvements in type_traits have gotten MSVC 7.0 and prior down to 12 failures here
[SVN r29170]
This commit is contained in:
parent
5ca5b4102b
commit
1bd83d43e8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user