summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2018-03-29 14:31:58 -0500
committerGitHub <noreply@github.com>2018-03-29 14:31:58 -0500
commit0f82fa2d40bc0a82a92a8cb809c74727eac78a66 (patch)
tree0b444401ef56960b532fe33730e99e636371dc6f
parent7acd5d6c2e0927c0bcdc512a7c8a0202030a65fb (diff)
downloadATCD-mitza-oci-patch-1.tar.gz
Compiler_Features_32_Test for clang 6mitza-oci-patch-1
No different than clang 5
-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 d2b095f6d99..4b1354cd0b4 100644
--- a/ACE/tests/Compiler_Features_32_Test.cpp
+++ b/ACE/tests/Compiler_Features_32_Test.cpp
@@ -43,7 +43,7 @@ void A::clear ()
{
#if defined __clang__ && \
(defined __apple_build_version__ && __apple_build_version__ < 9100000 \
- || __clang_major__ <= 5)
+ || __clang_major__ <= 6)
#define CLANG_WORKAROUND
#endif