From 7639c5820bc68f343d04c34c5cabfe861c17f996 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 14 Aug 2018 19:40:40 +0100 Subject: [PATCH] is_function_test.cpp: correct macro usage (again). --- 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 5cfedda..80899db 100644 --- a/test/is_function_test.cpp +++ b/test/is_function_test.cpp @@ -16,7 +16,7 @@ #pragma GCC diagnostic ignored "-Wnoexcept-type" #endif -#ifdef BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION +#ifdef BOOST_TT_HAS_ASCCURATE_IS_FUNCTION struct X {