mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -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.
5.0 KiB
5.0 KiB