[libcxx-commits] [PATCH] D110515: [libc++] [compare] Named comparison functions, is_eq etc.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Sep 26 22:01:14 PDT 2021
Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, libc++, rarutyun.
Quuxplusone added a project: libc++.
Herald added a subscriber: mgorny.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.
Some of these were previously half-implemented in "ordering.h"; now they're all implemented, and tested.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110515
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__compare/is_eq.h
libcxx/include/__compare/ordering.h
libcxx/include/compare
libcxx/include/module.modulemap
libcxx/test/libcxx/diagnostics/detail.headers/compare/is_eq.module.verify.cpp
libcxx/test/std/language.support/cmp/compare.syn/named_functions.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110515.375142.patch
Type: text/x-patch
Size: 10134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210927/1ce55502/attachment-0001.bin>
More information about the libcxx-commits
mailing list