Files
CMake/Source/CursesDialog/cmCursesLongMessageForm.cxx
T
Ben Boeckel 603a532b58 cmCursesLongMessageForm: avoid unnecessary string allocation
The addition makes a temporary string and then drops it after adding it
to `this->Messages`. Instead, just incrementally append.
2020-04-09 11:04:45 -04:00

4.7 KiB