[libcxx-commits] [PATCH] D101316: [libcxx][ranges] Add `random_access_{iterator, range}`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 26 11:33:11 PDT 2021


zoecarver added inline comments.


================
Comment at: libcxx/include/__iterator/concepts.h:138
+    { __i - __s } -> same_as<iter_difference_t<_Ip> >;
+  };
+
----------------
Will be removed when rebased. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101316



More information about the libcxx-commits mailing list