diff options
author | Steve Huston <shuston@riverace.com> | 2018-04-10 18:59:38 -0400 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2018-04-10 18:59:38 -0400 |
commit | ceb273ea994e3718d2e7197454839bf7c1fcce34 (patch) | |
tree | 273df17f62dda934429ca8b4902ec3346b979cf2 /ACE/tests/Compiler_Features_32_Test.cpp | |
parent | 3718261cb814c3cc598de91fa2bee7ddcdfffc7b (diff) | |
parent | 29c5bc48b96635cf8aba0f63e3ebd5f3802452d3 (diff) | |
download | ATCD-Riverace-case2088.tar.gz |
Merge out from masterRiverace-case2088
Diffstat (limited to 'ACE/tests/Compiler_Features_32_Test.cpp')
-rw-r--r-- | ACE/tests/Compiler_Features_32_Test.cpp | 2 |
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 |