[libcxx-commits] [PATCH] D60724: [libc++] Make __debug_less::operator() constexpr
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 15 21:44:01 PDT 2019
EricWF added a comment.
We should apply this to both versions of `__do_compare_assert` and to the call operator taking non-const arguments as well.
And can you add additional tests that create and call the debug comparator in a constexpr context in C++17?
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60724/new/
https://reviews.llvm.org/D60724
More information about the libcxx-commits
mailing list