ThePhD / future_cxx

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

N3030 - Enhanced Enumerations #43

Closed ThePhD closed 2 years ago

ThePhD commented 2 years ago

Enumerations in C suck. We're taking over Clive Pygott's paper to fix that.

ThePhD commented 2 years ago

Beat this one into shape with a lot of effort. Not sure it'll make it but at least it's in the best possible shape I can get it.

https://thephd.dev/_vendor/future_cxx/papers/C%20-%20Enhanced%20Enumerations.html

h-vetinari commented 2 years ago

Looks like revision 5 ate revision 6 (in the changelog) in n3021, though r5 is still listed as a "previous revision" at the top...

ThePhD commented 2 years ago

Yeah, not sure what happened, but thankfully as harmless change.

ThePhD commented 2 years ago

Added to C23.