summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-09-24 17:14:13 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-09-24 17:14:13 +0200
commit7bf9e27617d9cd491f28b993f7d7ea43740bb7fe (patch)
treed08eef31a47505c9b5005c0f85534e626f3dbd17
parent8835c90554d9e43a3f8504bff99c53768d98f609 (diff)
downloadATCD-7bf9e27617d9cd491f28b993f7d7ea43740bb7fe.tar.gz
Workaround is still necessary with clang9
* 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 073ce2b8bbd..a7374894294 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__ < 9100000 \
- || __clang_major__ <= 8)
+ || __clang_major__ <= 9)
#define CLANG_WORKAROUND
#endif