-
Dirk Mueller authored
Avoid passing String by-value, which is slightly less efficient as it involves a full copy-constructor/tempstring creation.
6f70e270
Avoid passing String by-value, which is slightly less efficient as it involves a full copy-constructor/tempstring creation.