[libcxx-commits] [PATCH] D103335: [libcxx][ranges] Adds `common_iterator`.

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 28 12:24:06 PDT 2021


cjdb added inline comments.


================
Comment at: libcxx/include/__iterator/common_iterator.h:41-43
+// END-REVIEW-NOTE.
+
+struct default_sentinel_t {};
----------------
Default sentinel deserves its own (tiny) patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103335



More information about the libcxx-commits mailing list