[libcxx-commits] [PATCH] D60724: [libc++] Make __debug_less::operator() constexpr

Tom Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 16 11:55:48 PDT 2019


thomasanderson added a comment.

In D60724#1467868 <https://reviews.llvm.org/D60724#1467868>, @EricWF wrote:

> We should apply this to both versions of `__do_compare_assert` and to the call operator taking non-const arguments as well.


They're already constexpr

> And can you add additional tests that create and call the debug comparator in a constexpr context in C++17?

Done


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

https://reviews.llvm.org/D60724





More information about the libcxx-commits mailing list