[libcxx-commits] [libcxx] [libc++][iterator][ranges] P2997R1: Removing the common reference requirement from the indirectly invocable concepts (PR #98817)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 16 06:58:15 PDT 2024
================
@@ -47,6 +47,7 @@ Implemented Papers
- P3142R0 - Printing Blank Lines with ``println`` (as DR against C++23)
- P2944R3 - Comparisons for ``reference_wrapper`` (comparison operators for ``reference_wrapper`` only)
- P2968R2 - Make ``std::ignore`` a first-class object
+- P2997R1 - Removing the common reference requirement from the indirectly invocable concepts
----------------
ldionne wrote:
Please also update the status page.
https://github.com/llvm/llvm-project/pull/98817
More information about the libcxx-commits
mailing list