[libcxx-commits] [PATCH] D117025: [libc++][ranges] Implement ranges::min_element
Michael Schellenberger Costa via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 11 08:05:05 PST 2022
miscco 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());
+
----------------
Is there a reason the tests are disabled?
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