Correct msvc version

This commit is contained in:
jzmaddock
2024-04-18 20:03:35 +01:00
parent 736f0de18d
commit d2bfcaf146
27 changed files with 27 additions and 27 deletions

View File

@@ -17,7 +17,7 @@
* using global data.
*/
#if (defined(__cpp_lib_modules) || (defined(_MSC_FULL_VER) && (_MSC_FULL_VER >= 193933524))) && !defined(TEST_HEADERS)
#if (defined(__cpp_lib_modules) || (defined(_MSC_FULL_VER) && (_MSC_FULL_VER >= 193933523))) && !defined(TEST_HEADERS)
import std;
#elif defined(MSVC_EXPERIMENTAL_STD_MODULE) && !defined(TEST_HEADERS)
import std.core;