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.
2 parents 1e9ad83 + d23ce4d commit 8e70b80Copy full SHA for 8e70b80
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