[libcxx-commits] [PATCH] D110735: [libc++] [P1614] Implement std::compare_three_way.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 10 10:29:50 PDT 2021


Quuxplusone updated this revision to Diff 378518.
Quuxplusone added a comment.

Split out the `is_transparent` test into its own file; mark it `UNSUPPORTED: libcpp-no-concepts`.
I'm expecting this to pass buildkite, and then land it tonight or tomorrow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110735

Files:
  libcxx/docs/Status/SpaceshipProjects.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__compare/compare_three_way.h
  libcxx/include/compare
  libcxx/include/functional
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/compare/compare_three_way.module.verify.cpp
  libcxx/test/std/utilities/function.objects/comparisons/compare_three_way.pass.cpp
  libcxx/test/std/utilities/function.objects/comparisons/compare_three_way_functional.pass.cpp
  libcxx/test/std/utilities/function.objects/comparisons/transparent_three_way.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110735.378518.patch
Type: text/x-patch
Size: 12059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211010/5f249f9f/attachment.bin>


More information about the libcxx-commits mailing list