mirror of
https://github.com/boostorg/function.git
synced 2025-07-22 00:52:06 +02:00
Remove MSVC-specific hack
[SVN r16626]
This commit is contained in:
@ -492,9 +492,7 @@ test_zero_args()
|
|||||||
|
|
||||||
// Test construction from 0 and comparison to 0
|
// Test construction from 0 and comparison to 0
|
||||||
func_void_type v9(0);
|
func_void_type v9(0);
|
||||||
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300 || defined(BOOST_STRICT_CONFIG)
|
|
||||||
BOOST_TEST(v9 == 0);
|
BOOST_TEST(v9 == 0);
|
||||||
#endif
|
|
||||||
# if !defined(__SUNPRO_CC) || __SUNPRO_CC > 0x540 || defined(BOOST_STRICT_CONFIG)
|
# if !defined(__SUNPRO_CC) || __SUNPRO_CC > 0x540 || defined(BOOST_STRICT_CONFIG)
|
||||||
BOOST_TEST(0 == v9);
|
BOOST_TEST(0 == v9);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user