From 0f9a4b69d7c383968da3b4a1151356d4b74bb97a Mon Sep 17 00:00:00 2001 From: Mouse Date: Wed, 19 Feb 2020 16:06:45 -0500 Subject: Update Compiler_Features_32_Test.cpp Make it work with Apple Xcode-11.3.1 Clang compiler --- ACE/tests/Compiler_Features_32_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/tests/Compiler_Features_32_Test.cpp b/ACE/tests/Compiler_Features_32_Test.cpp index a7374894294..f51b9e16803 100644 --- a/ACE/tests/Compiler_Features_32_Test.cpp +++ b/ACE/tests/Compiler_Features_32_Test.cpp @@ -45,7 +45,7 @@ A::u_type_::~u_type_ () void A::clear () { #if defined __clang__ && \ - (defined __apple_build_version__ && __apple_build_version__ < 9100000 \ + (defined __apple_build_version__ && __apple_build_version__ <= 11000033 \ || __clang_major__ <= 9) #define CLANG_WORKAROUND #endif -- cgit v1.2.1