[libcxx-commits] [PATCH] D101079: [libcxx][ranges] Add ranges::size CPO.

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 15:17:17 PDT 2021


cjdb accepted this revision.
cjdb added inline comments.


================
Comment at: libcxx/test/std/ranges/range.access/range.prim/size.pass.cpp:22
+
+using RangeSizeT = decltype(std::ranges::size);
+
----------------
Please add a test to ensure `RangeSizeT` is semiregular.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101079



More information about the libcxx-commits mailing list