summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_32_Test.cpp
diff options
context:
space:
mode:
authorMouse <mouse07410@users.noreply.github.com>2020-02-19 16:06:45 -0500
committerGitHub <noreply@github.com>2020-02-19 16:06:45 -0500
commit0f9a4b69d7c383968da3b4a1151356d4b74bb97a (patch)
tree172bf74e59ebb072e2326ddd687fdabccfb39fc2 /ACE/tests/Compiler_Features_32_Test.cpp
parent1282610faa577495703cb36c4645b361b4744bee (diff)
downloadATCD-0f9a4b69d7c383968da3b4a1151356d4b74bb97a.tar.gz
Update Compiler_Features_32_Test.cpp
Make it work with Apple Xcode-11.3.1 Clang compiler
Diffstat (limited to 'ACE/tests/Compiler_Features_32_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_32_Test.cpp2
1 files changed, 1 insertions, 1 deletions
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