We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting below warning when using custom generated enum_macros.h file
python make_macros.py" 120 64 > enum_macros.h
enum_macros.h(269): warning C4005: 'BETTER_ENUMS_PP_COUNT_IMPL': macro redefinition enum.h(248): note: see previous definition of 'BETTER_ENUMS_PP_COUNT_IMPL' enum_macros.h(279): warning C4005: 'BETTER_ENUMS_PP_COUNT': macro redefinition enum.h(255): note: see previous definition of 'BETTER_ENUMS_PP_COUNT' enum_macros.h(292): warning C4005: 'BETTER_ENUMS_ITERATE': macro redefinition enum.h(261): note: see previous definition of 'BETTER_ENUMS_ITERATE'
The text was updated successfully, but these errors were encountered:
Can you give full instructions for how to reproduce this?
Sorry, something went wrong.
No branches or pull requests
Getting below warning when using custom generated enum_macros.h file
python make_macros.py" 120 64 > enum_macros.h
enum_macros.h(269): warning C4005: 'BETTER_ENUMS_PP_COUNT_IMPL': macro redefinition
enum.h(248): note: see previous definition of 'BETTER_ENUMS_PP_COUNT_IMPL'
enum_macros.h(279): warning C4005: 'BETTER_ENUMS_PP_COUNT': macro redefinition
enum.h(255): note: see previous definition of 'BETTER_ENUMS_PP_COUNT'
enum_macros.h(292): warning C4005: 'BETTER_ENUMS_ITERATE': macro redefinition
enum.h(261): note: see previous definition of 'BETTER_ENUMS_ITERATE'
The text was updated successfully, but these errors were encountered: