wise_enum
wise_enum copied to clipboard
wise_enum::to_string result not right
wise_enum::to_string result not right
- code """ #include "src/include/wise_enum/wise_enum.h"
WISE_ENUM(IODataTypessss, tttt, fff, gt44 )
int main(int argc, char** argv) { std::cout << wise_enum::to_string(IODataTypessss::tttt) << std::endl; return 0; } """
- cmd print WISE_ENUM_IMPL_IIF_0 (WISE_ENUM_IMPL_FIRST_ARG tttt, tttt)
env:
- win10
- vs2022 x64
- c++14
- not use cmake