mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Distinguish between VC++ versions
[SVN r15127]
This commit is contained in:
parent
a4fd7b32dd
commit
f5690787bf
@ -408,7 +408,7 @@ template struct call_traits_test<int[2], true>;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
#if defined(BOOST_MSVC) && _MSC_VER <= 1300
|
||||
unsigned int expected_failures = 14;
|
||||
#elif defined(__SUNPRO_CC)
|
||||
#if(__SUNPRO_CC <= 0x520)
|
||||
|
Loading…
x
Reference in New Issue
Block a user