diff options
| author | Arthur LAURENT <[email protected]> | 2022-08-05 08:27:26 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-08-05 08:27:26 +0200 |
| commit | 67568c5b063f00ed1131cf25f53bbb88d1e2db3b (patch) | |
| tree | 14cc931f90a4afd16e2aaba8e8359c32562b1fe4 /xmake/rules/c++/modules | |
| parent | a7e5b395286033c03d45b260713304ab04c7cc8a (diff) | |
Add C++23 and c* headers
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/stl_headers.lua | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/stl_headers.lua b/xmake/rules/c++/modules/modules_support/stl_headers.lua index aa5cb497c..849184ee5 100644 --- a/xmake/rules/c++/modules/modules_support/stl_headers.lua +++ b/xmake/rules/c++/modules/modules_support/stl_headers.lua @@ -102,7 +102,33 @@ function _stl_headers() "new", "type_traits", "string_view", - "stdexcept"} + "stdexcept", + "print", + "flat_map", + "flat_set", + "mdspan", + "stdfloat", + "generator", + "csetjmp", + "csignal", + "cstdarg", + "cstddef", + "cstdlib", + "cfloat", + "cinttypes", + "climits", + "cstdint", + "cassert", + "cerrno", + "cctype", + "cstring", + "cuchar", + "cwchar", + "cwctype", + "cfenv", + "cmath", + "clocale", + "cstdio"} end -- get all stl headers |
