[libcxx-commits] [PATCH] D105205: [libcxx][ranges] implements dangling, borrowed_iterator_t, borrowed_subrange_t
Tim Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 30 14:06:49 PDT 2021
tcanens added inline comments.
================
Comment at: libcxx/include/__ranges/borrowed_subrange_t.h:37-38
+
+ template<range _Rp>
+ using borrowed_subrange_t = typename __borrowed_subrange<_Rp>::type;
+} // namespace ranges
----------------
I'm under the impression that libc++ has a "better `conditional_t`" somewhere that doesn't require one class template instantiation per type?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105205/new/
https://reviews.llvm.org/D105205
More information about the libcxx-commits
mailing list