[libcxx-commits] [PATCH] D100255: [libcxx][ranges] adds `range` access CPOs

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 08:08:20 PDT 2021


ldionne accepted this revision.
ldionne added inline comments.


================
Comment at: libcxx/test/std/ranges/range.access/range.access.begin/begin.pass.cpp:205
+  const BeginFunction a{};
+  assert(std::ranges::begin(a) == &a.x);
+  BeginFunction aa{};
----------------
Glad to see this, I was going to request exactly it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100255/new/

https://reviews.llvm.org/D100255



More information about the libcxx-commits mailing list