Fixed Clang build
[libcds.git] / test / unit / misc / cxx11_atomic_func.cpp
index e7109851465e3084c14129620a3446ee7d7e0246..8426ff9bd1e7ee4b173ec0a49f9fc625040d5b4a 100644 (file)
@@ -706,6 +706,7 @@ namespace misc {
         test_atomic_integral_volatile<unsigned long long>();
     }
 
+#if CDS_COMPILER != CDS_COMPILER_CLANG || defined(_LIBCPP_VERSION)
     TEST_F( cxx11_atomic_func, atomic_pointer_void )
     {
         do_test_atomic_pointer_void<false>();
@@ -714,6 +715,7 @@ namespace misc {
     {
         do_test_atomic_pointer_void<true>();
     }
+#endif
 
     TEST_F( cxx11_atomic_func, atomic_pointer_char )
     {