change static std::string to static char[]. (refer to...
change static std::string to static char[]. (refer to https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables)
Showing
Please register or sign in to comment
change static std::string to static char[]. (refer to https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables)