mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
3b2b02825d
This replaces `std::ostringstream`, when it is written to only once. If the single written argument was numeric, `std::to_string` is used instead. Otherwise, the single written argument is used directly instead of the `std::ostringstream::str()` invocation.
1.2 KiB
1.2 KiB