This is an archive of the discontinued LLVM Phabricator instance.

[libc++][spaceship] P1614R2: Removed `operator!=` from `functional`
ClosedPublic

Authored by H-G-Hristov on Jun 12 2023, 5:19 AM.

Details

Summary

Implements parts of P1614R2:

  • Removed operator!= from functional

Diff Detail

Event Timeline

H-G-Hristov created this revision.Jun 12 2023, 5:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 5:19 AM
Herald added a subscriber: yaxunl. · View Herald Transcript
H-G-Hristov published this revision for review.Jun 12 2023, 9:19 AM

The CI error seems unrelated. I'll rebase and try again later.

Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 9:19 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Jun 12 2023, 9:30 AM
Mordante added a subscriber: Mordante.

The CI error seems unrelated. I'll rebase and try again later.

The CI is indeed unrelated, not need to rerun the CI.

LGTM!

This revision is now accepted and ready to land.Jun 12 2023, 9:30 AM
This revision was landed with ongoing or failed builds.Jun 12 2023, 9:48 AM
This revision was automatically updated to reflect the committed changes.