summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_32_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-03-25 12:10:54 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-03-25 12:10:54 +0100
commit78a473da451683f676b20ead9a5a135b63d1b7a9 (patch)
tree38b4ccba8ab376ef28a6f8662e250956ca541df0 /ACE/tests/Compiler_Features_32_Test.cpp
parent1f5bf5a287cea5bf5db7ddccec24cb47871e37ae (diff)
downloadATCD-78a473da451683f676b20ead9a5a135b63d1b7a9.tar.gz
Update workaround for clang10
* 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 f51b9e16803..29590337a2f 100644
--- a/ACE/tests/Compiler_Features_32_Test.cpp
+++ b/ACE/tests/Compiler_Features_32_Test.cpp
@@ -46,7 +46,7 @@ void A::clear ()
{
#if defined __clang__ && \
(defined __apple_build_version__ && __apple_build_version__ <= 11000033 \
- || __clang_major__ <= 9)
+ || __clang_major__ <= 10)
#define CLANG_WORKAROUND
#endif