From ee95ccb724b397b7156fd37633ba8c6ed162ebd2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 22 Apr 2005 16:10:12 +0000 Subject: [PATCH] Use the correct config macro to check for is_abstract. [SVN r28421] --- test/is_convertible_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/is_convertible_test.cpp b/test/is_convertible_test.cpp index efdb16d..e9c8669 100644 --- a/test/is_convertible_test.cpp +++ b/test/is_convertible_test.cpp @@ -80,7 +80,7 @@ BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible::val BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible::value), false); BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible::value), false); BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible::value), false); -#ifndef BOOST_NO_SFINAE +#ifndef BOOST_NO_IS_ABSTRACT BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_convertible::value), false); #endif