[libcxx-commits] [PATCH] D93557: [libc++] [P0879] constexpr std::nth_element, and rewrite its tests.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 25 09:14:12 PST 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Can you please ping me once CI passes?
================
Comment at: libcxx/include/algorithm:5281
+ __first = __i;
+ continue; // i.e., goto __restart
}
----------------
This comment is anchored to something that doesn't exist anymore, so I would remove it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93557/new/
https://reviews.llvm.org/D93557
More information about the libcxx-commits
mailing list