aantron / better-enums

C++ compile-time enum to string, iteration, in a single header file
http://aantron.github.io/better-enums
BSD 2-Clause "Simplified" License
1.65k stars 172 forks source link

VS limit of extending better enums beyon 127 #93

Closed Roman-Bober closed 3 years ago

Roman-Bober commented 3 years ago

Any updates on this bug? got also in VS2015

fatal error C1112: compiler limit after running and using generated enum_macros.h:

make_macros.py" 256 64 > "C:\work\GitLab\imageinjecttools\src\ImageInjectLib\enum_macros.h"

aantron commented 3 years ago

Closing in favor of https://github.com/aantron/better-enums/issues/57#issuecomment-725241414. It's an MSVC issue AFAIK.