[libcxx-commits] [PATCH] D120637: [libc++][ranges] Implement ranges::minmax and ranges::minmax_element

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 21 23:42:30 PDT 2022


var-const accepted this revision as: var-const.
var-const added a comment.

Leaving the approval to @ldionne who had some not-yet-resolved comments.



================
Comment at: libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.minmax.pass.cpp:215
+
+  {
+    struct S {
----------------
Please make sure that each test case has an associated comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120637



More information about the libcxx-commits mailing list