Skip to content
#

c-plus-plus-17

Here are 228 public repositories matching this topic...

bialasjaroslaw
bialasjaroslaw commented Dec 13, 2021

I have noticed that for some enums I have compilation fail (which is good, as I don't want to check if any code has some issues with wrong min/max specification for enum values one by one), but for others it is not complaining at all.

It seems that this happens only if there is a missing enum of value MAGIC_ENUM_RANGE_MAX+1

This is fairly representative example of the code that should fail

Improve this page

Add a description, image, and links to the c-plus-plus-17 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the c-plus-plus-17 topic, visit your repo's landing page and select "manage topics."

Learn more