diff options
| author | Arthur LAURENT <[email protected]> | 2023-01-10 15:51:18 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2023-01-10 17:04:09 +0100 |
| commit | 20dcec10367cbad48bb9b7c400761a5c45dd7e47 (patch) | |
| tree | 854d5ac0c7974487bfce2094cff6752ee42a8882 /tests/projects/c++/modules/impl_unit/xmake.lua | |
| parent | 4f4c744e7b7090ee3b33f98b8d07d36fd9f81db0 (diff) | |
fix clang std modules enabled
Diffstat (limited to 'tests/projects/c++/modules/impl_unit/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/impl_unit/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/impl_unit/xmake.lua b/tests/projects/c++/modules/impl_unit/xmake.lua index 64db3cf8c..991f2a895 100644 --- a/tests/projects/c++/modules/impl_unit/xmake.lua +++ b/tests/projects/c++/modules/impl_unit/xmake.lua @@ -4,5 +4,3 @@ set_languages("c++20") target("impl_unit") 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++
\ No newline at end of file |
