Merge branch 'dev' of github.com:khizmax/libcds into dev
authorkhizmax <libcds.dev@gmail.com>
Mon, 3 Oct 2016 06:05:30 +0000 (09:05 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 3 Oct 2016 06:05:30 +0000 (09:05 +0300)
test/unit/misc/cxx11_atomic_class.cpp
test/unit/misc/cxx11_atomic_func.cpp

index cc5c871e0137c92affd9307156a3c304cdcd9e8c..94069ebb84e6a54ac965b96983b1bb299b72a1bf 100644 (file)
@@ -788,7 +788,7 @@ namespace {
         test_atomic_integral_volatile<unsigned long long>();
     }
 
-#if !( CDS_COMPILER == CDS_COMPILER_CLANG && defined(_LIBCPP_VERSION) && CDS_COMPILER_VERSION < 30800 )
+#if !( CDS_COMPILER == CDS_COMPILER_CLANG && defined(_LIBCPP_VERSION) && CDS_COMPILER_VERSION < 40000 )
     //clang error (libc++) with atomic<void> fetch_add/fetch_sub
     TEST_F( cxx11_atomic_class, atomic_pointer_void )
     {
index 98f2ef85f53b6050209ff2260602a78f33591420..985dc4f57e33291ad38c66d372d548f32229e362 100644 (file)
@@ -706,7 +706,7 @@ namespace misc {
         test_atomic_integral_volatile<unsigned long long>();
     }
 
-#if !( CDS_COMPILER == CDS_COMPILER_CLANG && defined(_LIBCPP_VERSION) && CDS_COMPILER_VERSION < 30800 )
+#if !( CDS_COMPILER == CDS_COMPILER_CLANG && defined(_LIBCPP_VERSION) && CDS_COMPILER_VERSION < 40000 )
     //clang error (libc++) with atomic<void> fetch_add/fetch_sub
     TEST_F( cxx11_atomic_func, atomic_pointer_void )
     {