mirror of
https://github.com/boostorg/utility.git
synced 2026-04-28 18:02:17 +02:00
update SunCC to 6.u2 (C++ 5.3)
[SVN r11601]
This commit is contained in:
@@ -401,6 +401,8 @@ unsigned int expected_failures = 10;
|
||||
#elif defined(__SUNPRO_CC)
|
||||
#if(__SUNPRO_CC <= 0x520)
|
||||
unsigned int expected_failures = 14;
|
||||
#elif(__SUNPRO_CC <= 0x530)
|
||||
unsigned int expected_failures = 13;
|
||||
#else
|
||||
unsigned int expected_failures = 6;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user