[libcxx-commits] [libcxx] [libc++] Implement ranges::iota (PR #68494)
James E T Smith via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 28 11:50:00 PDT 2024
================
@@ -49,6 +49,7 @@ Paper Status
.. [#note-P2693R1] P2693R1: The formatter for ``std::thread::id`` is implemented.
The formatter for ``stacktrace`` is not implemented, since ``stacktrace`` is
not implemented yet.
+ .. [#note-P2400R1] P2400R1: ranges::shift_left and ranges::shift_right have not been implemented yet.
----------------
jamesETsmith wrote:
Fixed
https://github.com/llvm/llvm-project/pull/68494
More information about the libcxx-commits
mailing list