Skip to content

Modernize: Prefer .substr in place of .c_str() + int

Artur Ryt requested to merge R2RT/cmake:utilize-substr into master

A lot of temporary/local strings were created out of C-strings substr can utilize current string size, so in theory be a little more efficient.

Merge request reports