boostorg / wave

Boost.org wave module
http://boost.org/libs/wave
21 stars 49 forks source link

Clean up sprintf usage #146

Closed jefftrull closed 2 years ago

jefftrull commented 2 years ago

There have been compiler warnings about sprintf usage for some time, and now we have a bug report as well (#145). I replaced them mostly with boost::format but in one case with std::to_string (our second use of a C++11 feature!).

I also did a few cleanups while I was in the code - indentation and one unused header.