wise_enum icon indicating copy to clipboard operation
wise_enum copied to clipboard

wise_enum::to_string result not right

Open hwef opened this issue 4 months ago • 0 comments

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

hwef avatar Aug 20 '25 02:08 hwef