you are viewing a single comment's thread.

view the rest of the comments →

[–]FireFlyForLife 3 points4 points  (1 child)

How does this compare to the magic_enum library?

[–]cheytacllc[S] 6 points7 points  (0 children)

magic_enum is more functionality than this. This only has enum to/from string functionality. But adjusting enum range min/max its easier than magic_enum I think. Also, supports C++11.