mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 04:47:30 +02:00
Fixes for Sun C++ 5.1
[SVN r10060]
This commit is contained in:
@ -365,6 +365,8 @@ template struct call_traits_test<int[2], true>;
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
unsigned int expected_failures = 10;
|
||||
#elif defined(__SUNPRO_CC)
|
||||
unsigned int expected_failures = 11;
|
||||
#elif defined(__BORLANDC__)
|
||||
unsigned int expected_failures = 2;
|
||||
#elif defined(__GNUC__)
|
||||
@ -375,3 +377,4 @@ unsigned int expected_failures = 0;
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user