[libcxx-commits] [PATCH] D100283: [libcxx] removes `weak_equality` and `strong_equality` from <compare>
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 11 22:27:31 PDT 2021
cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, zoecarver, curdeius, Mordante, Quuxplusone.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
`weak_equality` and `strong_equality` were removed before being
standardised, and need to be removed.
Also adjusts `common_comparison_category` since its test needed
adjusting due to the equality deletions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100283
Files:
libcxx/include/compare
libcxx/test/std/language.support/cmp/cmp.common/common_comparison_category.pass.cpp
libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
libcxx/test/std/language.support/cmp/cmp.weakeq/cmp.weakeq.pass.cpp
libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100283.336743.patch
Type: text/x-patch
Size: 21441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210412/84b1f157/attachment-0001.bin>
More information about the libcxx-commits
mailing list