ThePhD / future_cxx

Work done today for the glory of tomorrow - or, C and C++ systems programming papers.
https://thephd.dev/portfolio/standard
46 stars 8 forks source link

N3029 - Improved Normal Enumerations #44

Closed ThePhD closed 2 years ago

ThePhD commented 2 years ago

The status quo for enumerations is actually completely batshit bonkers, and I have no idea how anyone got any work done with exclusively standard C.

What a nightmare.

ThePhD commented 2 years ago

Submitted. Here's to hoping we can make enums less doomsday. https://thephd.dev/_vendor/future_cxx/papers/C%20-%20Improved%20Normal%20Enumerations.html

h-vetinari commented 2 years ago

Something went wrong in the July schedule:

5.10 Meneide, Enhancements to Enumerations, r5 [N 2996] 5.11 Meneide, Improved Normal Enumerations, r6 [N 3021]

should be:

5.10 Meneide, Enhancements to Enumerations, r6 [N 3021] 5.11 Meneide, Improved Normal Enumerations, r2 [N 2997]

ThePhD commented 2 years ago

I sent in the wrong revision count for Improved Normal Enumerations and for Enhancements to Enumerations, which is my bad. Should be okay in the corrected agenda now, though.

ThePhD commented 2 years ago

Added to C23.