We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1081167 commit d23ce4dCopy full SHA for d23ce4d
test/socket_tests.cpp
@@ -206,7 +206,7 @@ TEST_CASE("send/recv TCP/IPv4")
206
}()));
207
}
208
209
-#if !CPPCORO_COMPILER_MSVC || CPPCORO_COMPILER_MSVC > 191627032 || !CPPCORO_CPU_X86
+#if !CPPCORO_COMPILER_MSVC || CPPCORO_COMPILER_MSVC > 192000000 || !CPPCORO_CPU_X86
210
// HACK: Don't compile this function under MSVC x86.
211
// It results in an ICE under VS 2017.15 and earlier.
212
0 commit comments