nano-node icon indicating copy to clipboard operation
nano-node copied to clipboard

Explore auto-generating to_string for enumerations

Open clemahieu opened this issue 2 years ago • 0 comments

This eliminates boilerplate code and possible sources of error especially when adding new enumeration values.

From my understanding the only way to get the text of enum values is by using the preprocessor.

https://github.com/therocode/meta_enum

clemahieu avatar Jul 11 '22 13:07 clemahieu