[libcxx-commits] [PATCH] D100342: [libcxx] removes operator!= and globally guards against no spaceship operator

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 12 14:05:58 PDT 2021


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

- `operator!=` isn't in the spec
- `<compare>` is designed to work with `operator<=>` so it doesn't really make sense to have `operator<=>`-less friendly sections.

Depends on D100283 <https://reviews.llvm.org/D100283>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100342

Files:
  libcxx/include/compare

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100342.336955.patch
Type: text/x-patch
Size: 10341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210412/b36eca7e/attachment.bin>


More information about the libcxx-commits mailing list