CHChang810716

Results 1 issues of CHChang810716

Hi, I found there are some code like: ```c++ struct { bool first = true; [[nodiscard]] auto to_string() -> std::string { if (first) { first = false; return ""; }...