[libcxx-commits] [PATCH] D121435: [libc++] Canonicalize the ranges results and their tests

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 1 22:56:34 PDT 2022


var-const accepted this revision.
var-const added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/__algorithm/in_out_result.h:27
 
-template<class _InputIterator, class _OutputIterator>
+template<class _I1, class _O1>
 struct in_out_result {
----------------
philnik wrote:
> 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.
SGTM.


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