[2209] Unrelated fix: don't c-string + int
It doesn't produce the expected result (which was obviously expected in the code). Changed to lexical_cast, which should be enough.
Please register or sign in to comment
It doesn't produce the expected result (which was obviously expected in the code). Changed to lexical_cast, which should be enough.