CPP20 introduced an rvalue overload to stringstream.str() . Without it, the string is copied out for the str() call every time. Now, we can steal the internal string buffer and return it directly through the rvalue overload. Mechanical find and replace assisted by codex.
Pull Request resolved: #186552
Approved by: https://github.com/malfet
🛡️ VERIFIED CYBER INTELLIGENCE ID: #3552064