[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
Mon Jan 3 16:41:45 PST 2022
Quuxplusone updated this revision to Diff 397162.
Quuxplusone added a comment.
Oops, I had an uncommitted diff here. Add `__uncvref_t` to the workaround.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116239/new/
https://reviews.llvm.org/D116239
Files:
libcxx/include/__concepts/class_or_enum.h
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/data.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.397162.patch
Type: text/x-patch
Size: 8791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220104/0908ac8a/attachment-0001.bin>
More information about the libcxx-commits
mailing list