Skip to content

Avoid temporary strings.

M. Eric Irrgang requested to merge appendStrings into master

Resolve a compiler warning about temporary strings created through a string concatenation written as a chain of addition operators.

Edited by M. Eric Irrgang

Merge request reports