diff options
| author | Arthur LAURENT <[email protected]> | 2023-01-11 14:47:19 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2023-01-11 14:48:51 +0100 |
| commit | 429ff39f5874e63741aecbe3dfdc15d790e0fb44 (patch) | |
| tree | 82f5b4a4844889cc7debe17ab65ee9d78e8748f0 /tests/projects/c++/modules/class | |
| parent | 4649cb58b79453c8f3a6b5277125d2f8ece9c233 (diff) | |
rename clang std modulemap enabler and disable it by default
Diffstat (limited to 'tests/projects/c++/modules/class')
| -rw-r--r-- | tests/projects/c++/modules/class/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/class/xmake.lua b/tests/projects/c++/modules/class/xmake.lua index 2dfca344c..42da78369 100644 --- a/tests/projects/c++/modules/class/xmake.lua +++ b/tests/projects/c++/modules/class/xmake.lua @@ -5,4 +5,4 @@ target("class") set_kind("binary") add_files("src/*.cpp", "src/*.mpp") - set_values("c++.clang.modules.strict", true) -- clang std module clash with stl headers, header units and c++23 std module so we disable it when using libc++ + |
