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.lua | |
| 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.lua')
| -rw-r--r-- | tests/projects/c++/modules/stdmodules/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/stdmodules/test.lua b/tests/projects/c++/modules/stdmodules/test.lua new file mode 100644 index 000000000..0657ead56 --- /dev/null +++ b/tests/projects/c++/modules/stdmodules/test.lua @@ -0,0 +1 @@ +inherit(".test_msvc") |
