mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -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.
5.0 KiB
5.0 KiB