Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid potentially unnecessary string reallocs.
In case dest is not created using a subset of the `input` `result.reserve(input.size())` would result in increasing `result`'s size with likely reallocation.
- Loading branch information