<utility>: Implement to_underlying() - #1828
Stephan T. Lavavej (StephanTLavavej) merged 13 commits into
Conversation
|
Like #1478, this is blocked by the absence of |
|
It's things like this that'll stop us from completing C++23 by next year. |
Next year? I thought we were freezing the C++23 ABI in a month or two. 👿 |
|
This PR needs to merge |
f2a2983 to
3955f87
Compare
|
Uh, why didn't that skip CI? |
Apparently, if that tag appears in a merged commit, it will skip a CI build for |
Fix wacky license comment formatting.
|
Thanks for implementing this C++23 feature - it may be small, but I think it'll be the favorite of many users. 😻 🎉 |
As it seems remaining C++20 is nearing completion; I figure now's a good time to get started on C++23, starting with this incredibly small feature.
Fixes #1681.