mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
38928ee3ee
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().
28 KiB
28 KiB