[libcxx-commits] [PATCH] D158358: [libc++][C++20 modules] Enabling in C++20.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 23 12:26:47 PDT 2023
Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 552743.
Mordante added a comment.
Herald added a subscriber: arichardson.
Mordante published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Rebased and minor rework to match other patches.
The vendors of the MSVC STL, libstdc++ and libc++ have agreed [1] to
make the C++23 modules std and std.compat available in C++20. This
provides the std module; libc++ has not implemented the std.compat
module yet.
[1] https://github.com/microsoft/STL/issues/3945
Depends on D158357 <https://reviews.llvm.org/D158357>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158358
Files:
libcxx/docs/Modules.rst
libcxx/docs/UsingLibcxx.rst
libcxx/modules/std/algorithm.inc
libcxx/modules/std/bit.inc
libcxx/modules/std/expected.inc
libcxx/modules/std/format.inc
libcxx/modules/std/functional.inc
libcxx/modules/std/mdspan.inc
libcxx/modules/std/memory.inc
libcxx/modules/std/print.inc
libcxx/modules/std/ranges.inc
libcxx/modules/std/string.inc
libcxx/modules/std/thread.inc
libcxx/modules/std/tuple.inc
libcxx/modules/std/type_traits.inc
libcxx/modules/std/utility.inc
libcxx/modules/std/vector.inc
libcxx/test/libcxx/module_std.gen.py
libcxx/test/lit.local.cfg
libcxx/utils/ci/buildkite-pipeline.yml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158358.552743.patch
Type: text/x-patch
Size: 12892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230823/4919e2f0/attachment-0001.bin>
More information about the libcxx-commits
mailing list