summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_32_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 15:17:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 15:17:53 +0100
commitc712bce7234d811d97f34baa320cdad7efc6a112 (patch)
tree86f614c49d3573733f2cee40f1b84057d8c62c66 /ACE/tests/Compiler_Features_32_Test.cpp
parent61338c70ac750777c0b8e34f2573c4800e7de30b (diff)
downloadATCD-c712bce7234d811d97f34baa320cdad7efc6a112.tar.gz
Upgrade xcode check to include 12.0
* ACE/tests/Compiler_Features_32_Test.cpp:
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 186aa99c53d..3d9bea1d882 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__ <= 11030032 \
+ (defined __apple_build_version__ && __apple_build_version__ <= 12000322 \
|| __clang_major__ <= 10)
#define CLANG_WORKAROUND
#endif