[libcxx-commits] [libcxx] [libc++] Implement the `<type_traits>` parts of P1317R2 (PR #151480)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 1 10:26:44 PDT 2025
================
@@ -38,6 +38,8 @@ What's New in Libc++ 22.0.0?
Implemented Papers
------------------
+- P1317R2: Remove return type deduction in ``std::apply`` (`Github <https://github.com/llvm/llvm-project/issues/148183>`__)
----------------
ldionne wrote:
We generally don't include papers that are only partially implemented in the release notes, since that could lead to confusion.
```suggestion
```
https://github.com/llvm/llvm-project/pull/151480
More information about the libcxx-commits
mailing list