[all-commits] [llvm/llvm-project] 298331: [libc++][ranges][NFC] Test new requirements for `b...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Wed Feb 2 12:55:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 298331f14d0275d17a01fda220ea64a9a1b70bb9
https://github.com/llvm/llvm-project/commit/298331f14d0275d17a01fda220ea64a9a1b70bb9
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M libcxx/docs/Status/RangesPaper.csv
M libcxx/test/std/containers/views/span.iterators/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/strings/string.view/string.view.iterators/iterator_concept_conformance.compile.pass.cpp
Log Message:
-----------
[libc++][ranges][NFC] Test new requirements for `basic_string_view` and `span` iterators.
Note that most changes to `strings` and `views.span` from the One Ranges
Proposal are no longer applicable:
- free `begin` and `end` functions taking `basic_string_view` and `span`
were removed by [P1870](http://wg21.link/p1870);
- `span::const_iterator` was removed by [LWG3320](https://cplusplus.github.io/LWG/lwg-defects.html#3320).
Reviewed By: #libc, Quuxplusone, ldionne
Differential Revision: https://reviews.llvm.org/D118687
More information about the All-commits
mailing list