Thanks to visit codestin.com Credit goes to github.com
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 7036b19 commit c1ea9b4Copy full SHA for c1ea9b4
test/socket_tests.cpp
@@ -206,10 +206,9 @@ TEST_CASE("send/recv TCP/IPv4")
206
}()));
207
}
208
209
-#if !CPPCORO_COMPILER_MSVC || CPPCORO_COMPILER_MSVC >= 191626926 || !CPPCORO_CPU_X86
+#if !CPPCORO_COMPILER_MSVC || CPPCORO_COMPILER_MSVC > 191627032 || !CPPCORO_CPU_X86
210
// HACK: Don't compile this function under MSVC x86.
211
-// It results in an ICE under VS 2017.8 / 2017.9 Preview 1.
212
-// Seems to be fixed in 2017.9 Preview 3
+// It results in an ICE under VS 2017.15 and earlier.
213
214
TEST_CASE("send/recv TCP/IPv4 many connections")
215
{
0 commit comments