[libcxx-commits] [PATCH] D102006: [libcxx][ranges] Add range.subrange.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 25 15:32:28 PDT 2021


zoecarver marked 6 inline comments as done.
zoecarver added inline comments.


================
Comment at: libcxx/test/std/ranges/range.utility/range.subrange/ctor.pass.cpp:30
+//   4. Pointer elements are different types (fail)
+//   5. Pointer elements are same type (succeed)
+
----------------
Mordante wrote:
> Nice comment!
Thanks :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102006



More information about the libcxx-commits mailing list