diff --git a/tests/span_tests.cpp b/tests/span_tests.cpp index 6e9b654..bf414a6 100644 --- a/tests/span_tests.cpp +++ b/tests/span_tests.cpp @@ -533,7 +533,7 @@ TEST(span_test, from_container_constructor) // The following static assertion fails on MSVC in C++14 mode. static_assert(!ConversionCompilesFor, std::vector>, "!ConversionCompilesFor, std::vector>"); -#endif // !defined(_MSC_VER) || (_MSC_VER > 1942) || (__cplusplus >= 201703L) +#endif // !defined(_MSC_VER) || (__cplusplus >= 201703L) { auto get_temp_vector = []() -> std::vector { return {}; };