diff options
| author | ruki <[email protected]> | 2022-12-17 12:35:53 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-17 12:35:53 +0800 |
| commit | 47f6392bd65c5a6803fdbe9714870928db5d7a1b (patch) | |
| tree | daa52b241ce81dd7dfeabd1ae1db11263487cea1 /tests/projects/c++/modules/stdmodules/test | |
| parent | f6ce7c17992fa055b2d11260831f7c004784c319 (diff) | |
| parent | 1ba0ad7cbb139e04ebe29ea4fcede2fa57376433 (diff) | |
Merge pull request #3168 from Arthapz/cpp23-msvc-stdlib
add support of C++23 standard modules on msvc
Diffstat (limited to 'tests/projects/c++/modules/stdmodules/test')
| -rw-r--r-- | tests/projects/c++/modules/stdmodules/test/test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/projects/c++/modules/stdmodules/test/test.cpp b/tests/projects/c++/modules/stdmodules/test/test.cpp index a12813c24..7c6f7b4df 100644 --- a/tests/projects/c++/modules/stdmodules/test/test.cpp +++ b/tests/projects/c++/modules/stdmodules/test/test.cpp @@ -1,8 +1,4 @@ -#ifdef _MSC_VER -import std.core; -#else import std; -#endif import my_module; |
