[libcxx-commits] [PATCH] D108250: [libc++][spaceship] Implement std::tuple::operator<=>

Kent Ross via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 7 19:30:26 PDT 2021


mumbleskates updated this revision to Diff 378067.
mumbleskates added a comment.

- reduce the scope of incompatible-size tuple comparison tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108250

Files:
  libcxx/docs/Status/SpaceshipProjects.csv
  libcxx/include/tuple
  libcxx/test/libcxx/library/description/conventions/expos.only.func/synth_three_way.pass.cpp
  libcxx/test/std/library/description/conventions/expos.only.func/synth_three_way.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/size_incompatible_equality.verify.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/three_way.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/three_way_incompatible.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108250.378067.patch
Type: text/x-patch
Size: 35787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211008/918a9e6c/attachment-0001.bin>


More information about the libcxx-commits mailing list