[libcxx-commits] [PATCH] D116239: [libc++] [ranges] ADL-proof the [range.access] CPOs.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 23 13:56:42 PST 2021
Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, Mordante, jloser, var-const, philnik, libc++.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.
For example, `std::ranges::range<Holder<Incomplete>*>` should be well-formed false, not a hard error at compile time.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116239
Files:
libcxx/include/__ranges/access.h
libcxx/include/__ranges/empty.h
libcxx/include/__ranges/size.h
libcxx/test/std/ranges/range.access/begin.pass.cpp
libcxx/test/std/ranges/range.access/empty.pass.cpp
libcxx/test/std/ranges/range.access/end.pass.cpp
libcxx/test/std/ranges/range.access/size.pass.cpp
libcxx/test/std/ranges/range.access/ssize.pass.cpp
libcxx/test/std/ranges/range.req/range.range/range.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116239.396086.patch
Type: text/x-patch
Size: 5959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211223/4c68cfec/attachment-0001.bin>
More information about the libcxx-commits
mailing list