[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:10:22 PDT 2022
    
    
  
var-const 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 {
----------------
IIRC, we ended up settling on something like `_InIter/_OutIter`, right?
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