[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:39:10 PST 2022


Quuxplusone updated this revision to Diff 397160.
Quuxplusone added a comment.

Add some new expanded tests for `data` and `size`, in addition to the ADL ones.
Apply Louis's suggested workaround for the Clang bug.


Repository:
  rG LLVM Github Monorepo

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.397160.patch
Type: text/x-patch
Size: 8765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220104/9ea0747b/attachment.bin>


More information about the libcxx-commits mailing list