Issue 173367
Summary [libc++] Missing `span::const_iterator` typedef
Labels libc++
Assignees
Reporter Lastique
    As of libc++ 21, [`std::span`](https://github.com/llvm/llvm-project/blob/37900805aa6124117938bc22412a8ad23419185f/libcxx/include/span) definition is lacking `const_iterator` and `const_reverse_iterator` types, along with `cbeign()`, `cend()`, `crbegin()` and `crend()` methods that were [added in C++23](https://en.cppreference.com/w/cpp/container/span.html).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to