[libcxx-commits] [PATCH] D117025: [libc++][ranges] Implement ranges::min_element

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 11 23:52:12 PST 2022


philnik marked an inline comment as done.
philnik added inline comments.


================
Comment at: libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min_element.pass.cpp:119
+       const int*>();
+  // static_assert(constexpr_test());
+
----------------
miscco wrote:
> Is there a reason the tests are disabled?
Just forgot to re-enable it. Thanks for noting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117025



More information about the libcxx-commits mailing list