Skip to content
Snippets Groups Projects
Commit 38928ee3 authored by Oleksandr Koval's avatar Oleksandr Koval
Browse files

cmStringAlgorithms: Add faster cmJoin overloads for strings

cmJoin() is often used with std::string ranges. Generic implementation
uses std::ostringstream which is not optimal. With strings we can avoid
operator<<() and make much faster implementation. Additional 'initial'
argument is useful for cmStringCommand.cxx:HandleAppendCommand().
parent ca5babfd
No related branches found
No related tags found
No related merge requests found
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