[libcxx-commits] [libcxx] [libc++][doc] Update the release notes for LLVM 19. (PR #99061)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 20 09:23:13 PDT 2024
================
@@ -79,15 +98,17 @@ Improvements and New Features
- ``std::ignore``\s ``const __ignore_t& operator=(_Tp&&) const`` was changed to
``const __ignore_type& operator=(const _Tp&) const noexcept`` for all language versions.
+- In C++23 and C++26 the number of transitive includes in several headers have been removed, improving the compilation speed.
----------------
Zingam wrote:
Do you mean "reduced"?
https://github.com/llvm/llvm-project/pull/99061
More information about the libcxx-commits
mailing list