Implements parts of P1614R2:
- Removed ops from unordered_map
- Removed ops from unordered_multimap
- Removed ops from __hash_map_iterator
Paths
| Differential D152642
[libc++][spaceship] P1614R2: Removed `operator!=` from `unordered_map`, `unordered_multimap`, `__hash_map_iterator` ClosedPublic Authored by H-G-Hristov on Jun 10 2023, 10:29 PM.
Details
Summary Implements parts of P1614R2:
Diff Detail
Event TimelineComment Actions Thanks LGTM, modulo one nit.
This revision is now accepted and ready to land.Jun 11 2023, 11:04 AM H-G-Hristov retitled this revision from [libc++][spaceship] P1614R2: Removed ops from `unordered_map`, `unordered_multimap` to [libc++][spaceship] P1614R2: Removed ops from `unordered_map`, `unordered_multimap`, `__hash_map_iterator`.Jun 11 2023, 11:26 AM H-G-Hristov retitled this revision from [libc++][spaceship] P1614R2: Removed ops from `unordered_map`, `unordered_multimap`, `__hash_map_iterator` to [libc++][spaceship] P1614R2: Removed `operator!=` from `unordered_map`, `unordered_multimap`, `__hash_map_iterator`.Jun 11 2023, 12:08 PM Closed by commit rG3d74398bd33b: [libc++][spaceship] P1614R2: Removed `operator!=` from `unordered_map`… (authored by Zingam). · Explain WhyJun 11 2023, 11:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 530391 libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/unordered_map
|
Can you mention this is the commit message too?