[libcxx-commits] [PATCH] D121129: [libc++] Remove workarounds for re-defining _LIBCPP_ASSERT in the test suite
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 7 10:41:04 PST 2022
Quuxplusone added inline comments.
================
Comment at: libcxx/test/libcxx/algorithms/debug_less.pass.cpp:9-30
// UNSUPPORTED: no-exceptions
// <algorithm>
// template <class _Compare> struct __debug_less
// __debug_less checks that a comparator actually provides a strict-weak ordering.
----------------
I recommend more like this. (And likewise throughout.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121129/new/
https://reviews.llvm.org/D121129
More information about the libcxx-commits
mailing list