[libcxx-commits] [libcxx] [RFC][libc++] Install modules. (PR #75741)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 18 10:36:29 PST 2024
================
@@ -81,6 +81,15 @@ Improvements and New Features
- The ``_LIBCPP_ENABLE_CXX26_REMOVED_STRING_RESERVE`` macro has been added to make
the function ``std::basic_string<...>::reserve()`` available.
+- The experimental standard library module module interface unit source files
+ can now be installed. By default, they are not installed. This can be enabled
+ by configuring CMake with
----------------
mordante wrote:
I've slightly reworded the text, but it keeps the intent of making the text easier to understand for non-module experts.
https://github.com/llvm/llvm-project/pull/75741
More information about the libcxx-commits
mailing list