Skip to content

Change reference to const reference in stringToNum

Christoph Schwarzmeier requested to merge const-reference-stringToNum into master

The parameter in stringToNum() should be changed to const std::string&, as the function does not (and should not) modify the original object.

Merge request reports