[libcxx-commits] [PATCH] D126193: [libc++][ranges] Implement `ranges::clamp`

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 30 14:38:32 PDT 2022


var-const marked an inline comment as done.
var-const added inline comments.


================
Comment at: libcxx/include/algorithm:290
 
+<<<<<<< HEAD
   template<random_access_iterator I, sentinel_for<I> S, class Comp = ranges::less,
----------------
jloser wrote:
> Please don't forget to remove this merge conflict marker. 
Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126193/new/

https://reviews.llvm.org/D126193



More information about the libcxx-commits mailing list