29 Jul
2009
29 Jul
'09
2:34 p.m.
Hi folks, Any interest in the alternative syntax for boost::format? format2 f("Hello %s, %s"); std::cout << f("Joe", "Jane") << std::endl << f("Jose", "Mary") << std::endl; Which creates the output; Hello Joe, Jane Hello Jose, Mary Code is available at http://bit.ly/2J60Re for any suggessions. Take care, emre