This is an archive of the discontinued LLVM Phabricator instance.

[libc++][spaceship] P1614R2: Removed ops from `memory_resource`, `polymorphic_allocator`
ClosedPublic

Authored by H-G-Hristov on Jun 10 2023, 1:33 PM.

Details

Summary

Implements parts of P1614R2

  • Removed ops from memory_resource
  • Removed ops from polymorphic_allocator

Diff Detail

Event Timeline

H-G-Hristov created this revision.Jun 10 2023, 1:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2023, 1:33 PM
Herald added a subscriber: yaxunl. · View Herald Transcript
H-G-Hristov requested review of this revision.Jun 10 2023, 1:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2023, 1:33 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Jun 11 2023, 5:06 AM
Mordante added a subscriber: Mordante.

LGTM, thanks to the set of operator!= removal patches. I'm really happy this paper is moving to its conclusion!

This revision is now accepted and ready to land.Jun 11 2023, 5:06 AM

LGTM, thanks to the set of operator!= removal patches. I'm really happy this paper is moving to its conclusion!

Thank you for the review. I'll try to submit more patches daily next week.