27 Jun
2011
27 Jun
'11
9:46 p.m.
On 6/26/2011 6:40 PM, Szymon Gatner wrote:
interesting part?
use str() free function:
std::string s = str(boost::format ("blah blah blah") % exp1 % exp2 %exp3)
same when passing format to functions taking std::string params
Szymon
Putting it at the beginning is pretty much the same as putting it at the end.