mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-11 22:19:51 +08:00
The user-supplied constant names are used to declare an internal enum type. They end up sharing a namespace with some internal library values. Those internal values had names not prefixed with underscores. As a result, it was impossible to declare enum constants with these names. Prefixed the internal names with underscores. |
||
|---|---|---|
| .. | ||
| general.h | ||
| stream.h | ||
| underlying.h | ||