[all-commits] [llvm/llvm-project] 0029ad: [libc++][spaceship] P1614R2: Removed `operator!=` ...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Mon Jun 12 12:22:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0029ad89e8c79345e948a40dc5537d9420cc29a9
https://github.com/llvm/llvm-project/commit/0029ad89e8c79345e948a40dc5537d9420cc29a9
Author: Hristo Hristov <zingam at outlook.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/__chrono/month_weekday.h
M libcxx/include/__chrono/weekday.h
M libcxx/include/__chrono/year_month_weekday.h
M libcxx/include/chrono
Log Message:
-----------
[libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`s
Implements parts of P1614R2. Removed `operator!=` from:
- `weekday`
- `weekday_indexed`
- `weekday_last`
- `month_weekday`
- `month_weekday_last`
- `year_month_weekday`
- `year_month_weekday_last`
Note these operators were added and removed in C++20.
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D152699
More information about the All-commits
mailing list