9 Nov
2016
9 Nov
'16
12:38 p.m.
A user is complaining that std::to_string is not available in their
distribution. Beast doesn't support toolchains that don't have full
support for C++11. However, if this is the only thing missing maybe I
can just use a Boost equivalent to get him up and running.
I see boost::to_string in