This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by H-G-Hristov on Jun 11 2023, 11:57 PM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rG8cf3c2920d03: [libc++][spaceship] P1614R2: Removed `operator!=` from…
Summary

Implements parts of P1614R2

  • Removed operator!= from scoped_allocator_adaptor

Diff Detail

Event Timeline

H-G-Hristov created this revision.Jun 11 2023, 11:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 11:57 PM
Herald added a subscriber: yaxunl. · View Herald Transcript

Added revision number

H-G-Hristov published this revision for review.Jun 12 2023, 4:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 4:18 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Jun 12 2023, 9:23 AM
This revision is now accepted and ready to land.Jun 12 2023, 9:23 AM
This revision was automatically updated to reflect the committed changes.