Implements parts of P1614R2:
- Removed global operator!= from allocator
Paths
| Differential D152612
[libc++][spaceship] P1614R2: Removed global `operator!=` from `allocator` ClosedPublic Authored by H-G-Hristov on Jun 10 2023, 12:52 AM.
Details
Summary Implements parts of P1614R2:
Diff Detail
Event TimelineH-G-Hristov retitled this revision from [libc++][spaceship] P1614R2: Removed global `operator!=` for `allocator` to [libc++][spaceship] P1614R2: Removed global `operator!=` from `allocator`.Jun 10 2023, 2:18 AM Comment Actions In general LGTM, but I would like to land D152297 first and directly update the status page. This revision now requires changes to proceed.Jun 10 2023, 6:07 AM Comment Actions
Thank you for the review!
Comment Actions Thanks, LGTM after applying your own suggestion.
This revision is now accepted and ready to land.Jun 11 2023, 4:58 AM Closed by commit rGd1ef99fe1ce3: [libc++][spaceship] P1614R2: Removed global `operator!=` from `allocator` (authored by Zingam). · Explain WhyJun 11 2023, 11:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 530402 libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/__memory/allocator.h
libcxx/include/memory
|
constexpr since C++20, but removed in C++20. Should I remove the macro?