[libcxx-commits] [PATCH] D144338: [libc++][ranges] Implement LWG-3860 range_common_reference_t is missing
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 25 01:49:08 PST 2023
philnik accepted this revision as: philnik.
philnik added inline comments.
================
Comment at: libcxx/include/__ranges/concepts.h:76-78
+ template <range _Rp>
+ using range_common_reference_t = iter_common_reference_t<iterator_t<_Rp>>;
+
----------------
Do we want to back-port this to C++20?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144338/new/
https://reviews.llvm.org/D144338
More information about the libcxx-commits
mailing list