lasalvavida / ahoy

Ahoy! C++11 Argument Parser Library
MIT License
3 stars 4 forks source link

Appending an int to a string does not append to the string #7

Closed elfprince13 closed 6 years ago

elfprince13 commented 6 years ago

Clang points out that appending an int to a string does not append to the string.

lasalvavida commented 6 years ago

Good catch, thanks @elfprince13!