[libcxx-commits] [PATCH] D117523: [libc++][ranges] Implement ranges::max_element
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 20 09:08:43 PDT 2022
ldionne added inline comments.
================
Comment at: libcxx/include/algorithm:758
#include <__algorithm/nth_element.h>
#include <__algorithm/partial_sort.h>
#include <__algorithm/partial_sort_copy.h>
----------------
This forgot to update the synopsis with `ranges::max_element`. @philnik do you mind adding it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117523/new/
https://reviews.llvm.org/D117523
More information about the libcxx-commits
mailing list