[libcxx-commits] [PATCH] D126193: [libc++][ranges] Implement `ranges::clamp`
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 30 05:44:03 PDT 2022
jloser added inline comments.
================
Comment at: libcxx/include/algorithm:290
+<<<<<<< HEAD
template<random_access_iterator I, sentinel_for<I> S, class Comp = ranges::less,
----------------
Please don't forget to remove this merge conflict marker.
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