10 Feb
2012
10 Feb
'12
7:14 a.m.
A common case for using Boost.Format is in the production of error or warning messages. So, these don't get run on a normal use of the program, and problems with the arguments will go unnoticed until there _is_ an error, in which case I get (at best) no error message, or worse, turn a log-only warning statement into an exception.
Does Format already have some features to make it not throw exceptions?
http://www.boost.org/doc/libs/1_48_0/libs/format/doc/format.html#exceptions