forked from boostorg/type_traits
Use the correct config macro to check for is_abstract.
[SVN r28421]
This commit is contained in:
@ -80,7 +80,7 @@ BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<non_int_pointer, void*>::val
|
||||
BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<test_abc1&, test_abc2&>::value), false);
|
||||
BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<test_abc1&, int_constructible>::value), false);
|
||||
BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<int_constructible, test_abc1&>::value), false);
|
||||
#ifndef BOOST_NO_SFINAE
|
||||
#ifndef BOOST_NO_IS_ABSTRACT
|
||||
BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible<test_abc1&, test_abc2>::value), false);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user