[libcxx-commits] [libcxx] [libcxx] P2278R4: implement `{basic_, }const_iterator`, and have `cbegin` et. al. return it (PR #99915)
Daniel Petrovic via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 25 11:27:37 PDT 2024
================
@@ -44,6 +44,8 @@ Paper Status
.. [#note-P2944R3] Implemented comparisons for ``reference_wrapper`` only.
.. [#note-P2422R1] Libc++ keeps the ``nodiscard`` attributes as a conforming extension.
.. [#note-P2997R1] This paper is applied as DR against C++20. (MSVC STL and libstdc++ will do the same.)
+ .. [#note-P2836R1] This paper is applies as DR against C++23 (MSVC STL and libstdc++ have done the same);
----------------
daniel-petrovic wrote:
typo: applies -> applied
https://github.com/llvm/llvm-project/pull/99915
More information about the libcxx-commits
mailing list