Skip to content
Snippets Groups Projects
Commit 3b2b0282 authored by Sebastian Holtermann's avatar Sebastian Holtermann
Browse files

Source sweep: Replace std::ostringstream when used with a single append

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.
parent 19612dff
No related branches found
No related tags found
Loading
Showing
with 65 additions and 111 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment