mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-29 19:16:56 -06:00
6f16826260
operator+ for std::string creates an entirely new string, which is kind of unnecessary here if we just want to append a null terminator to the existing one. Reduces the total amount of potential allocations that need to be done in the logging path.