forked from boostorg/function
function_n_test.cpp: Add a missing #endif
[SVN r16595]
This commit is contained in:
@ -502,6 +502,7 @@ test_zero_args()
|
||||
#endif
|
||||
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300 || defined(BOOST_STRICT_CONFIG)
|
||||
BOOST_TEST(v9 == 0);
|
||||
#endif
|
||||
# if !defined(__SUNPRO_CC) || __SUNPRO_CC > 0x540 || defined(BOOST_STRICT_CONFIG)
|
||||
BOOST_TEST(0 == v9);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user