-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P1614R2 Spaceship: Clause 27: Time (partial, pre-C++20 types) #1602
P1614R2 Spaceship: Clause 27: Time (partial, pre-C++20 types) #1602
Conversation
I had implemented these for |
Would it be better if I retarget this PR to main branch to unblock |
Oh, I forgot there's a feature branch for these. I'm using |
074799e
to
a0715e1
Compare
Force-pushed, retarget to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I'll push a test.lst
update.
I've mirrored this to internal MSVC-PR-305171. Please note: Further changes are still possible (e.g. if you notice something, or if final review leads to more feedback that should be addressed before merging), but they must be replicated to the mirror PR in order to avoid codebase divergence. |
Thanks for implementing these timeships and unblocking further work on C++20 timezones! ⏲️ 🛸 😺 |
This PR patches pre-C++20
<chrono>
types.#323 has already implemented WG21-P1614 for the new calendar types.