[libcxx-commits] [PATCH] D121435: [libc++] Canonicalize the ranges results and their tests
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 1 22:50:18 PDT 2022
philnik marked an inline comment as done.
philnik added inline comments.
================
Comment at: libcxx/include/__algorithm/in_out_result.h:27
-template<class _InputIterator, class _OutputIterator>
+template<class _I1, class _O1>
struct in_out_result {
----------------
var-const wrote:
> IIRC, we ended up settling on something like `_InIter/_OutIter`, right?
Yes, I'll make a follow-up to rename all the results-type template arguments and the already-shipped aliases. I think it's easier to make it consistent first and then rename them all together in an NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121435/new/
https://reviews.llvm.org/D121435
More information about the libcxx-commits
mailing list