[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
Tue Sep 28 09:29:17 PDT 2021
Quuxplusone updated this revision to Diff 375613.
Quuxplusone added a comment.
Rebase on main. Add `_LIBCPP_HIDE_FROM_ABI`, because I still don't know whether it's needed but at least it's consistent with everywhere else. @ldionne ping!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110515/new/
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.375613.patch
Type: text/x-patch
Size: 10267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210928/08d4de02/attachment-0001.bin>
More information about the libcxx-commits
mailing list