We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0795566 commit b5ece8bCopy full SHA for b5ece8b
1 file changed
test/cmake/driver/src/cpp/stl/atomic.cpp
@@ -43,7 +43,8 @@ void run() {
43
//
44
namespace atomic_ref_test {
45
void run() {
46
-#if defined(__cpp_lib_atomic_ref) && __cpp_lib_atomic_ref >= 201806L
+#if defined(__cpp_lib_atomic_ref) && __cpp_lib_atomic_ref >= 201806L && \
47
+ (!defined(_MSC_VER) || _MSC_VER >= 1930)
48
using Data = std::vector<char>;
49
50
auto inc_atomically = [](Data &data) {
0 commit comments