[libcxx-commits] [PATCH] D130627: [libc++][ranges] implement `std::ranges::inplace_merge`
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 27 15:16:18 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/algorithm_family.h:25
+template <class _AlgPolicy>
+struct _AlgoFamily;
+
----------------
Nit: since we're using `_AlgPolicy`, this should be `_AlgFamily` (no `o`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130627/new/
https://reviews.llvm.org/D130627
More information about the libcxx-commits
mailing list