mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
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