From e4f356dab33ce301e04cff7ceb52f79ff1d4f782 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 14 Aug 2018 17:54:14 +0100 Subject: [PATCH] Use correct macro in is_function_test.cpp. --- test/is_function_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/is_function_test.cpp b/test/is_function_test.cpp index 1cb0423..5cfedda 100644 --- a/test/is_function_test.cpp +++ b/test/is_function_test.cpp @@ -96,7 +96,7 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_function::value, true); #endif -#ifdef BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION +#ifdef BOOST_TT_HAS_ASCCURATE_IS_FUNCTION test_cv_qual(&X::f); test_cv_qual(&X::fc);