[libcxx-commits] [PATCH] D100269: [libcxx] adds concept `range` and range aliases

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 15 11:53:32 PDT 2021


miscco added inline comments.


================
Comment at: libcxx/include/ranges:27-30
+//   template<class T>
+//     using iterator_t = decltype(ranges::begin(declval<T&>()));
+//   template<class T>
 //     using iterator_t = decltype(ranges::begin(declval<T&>()));
----------------
Is there some duplication here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100269



More information about the libcxx-commits mailing list