[libcxx-commits] [PATCH] D113938: [libc++] Remove _LIBCPP_HAS_NO_SPACESHIP_OPERATOR

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 15 13:48:35 PST 2021


ldionne created this revision.
Herald added a subscriber: yaxunl.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

All supported compilers support spaceship in C++20 nowadays.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113938

Files:
  libcxx/include/__compare/common_comparison_category.h
  libcxx/include/__compare/compare_three_way.h
  libcxx/include/__compare/ordering.h
  libcxx/include/__compare/synth_three_way.h
  libcxx/include/__compare/three_way_comparable.h
  libcxx/include/__config
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__utility/pair.h
  libcxx/include/compare
  libcxx/include/tuple

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113938.387393.patch
Type: text/x-patch
Size: 8061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211115/6504f9b4/attachment-0001.bin>


More information about the libcxx-commits mailing list