29 Jul
2009
29 Jul
'09
7:33 p.m.
AMDG Emre Turkay wrote:
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.
Why is this syntax better? In Christ, Steven Watanabe