better-enums icon indicating copy to clipboard operation
better-enums copied to clipboard

MACRO redefintions warnings in VS2015

Open Roman-Bober opened this issue 3 years ago • 1 comments

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'

Roman-Bober avatar Nov 11 '20 07:11 Roman-Bober

Can you give full instructions for how to reproduce this?

aantron avatar Nov 13 '20 16:11 aantron