
15 Apr
2011
15 Apr
'11
7:41 p.m.
On Fri, Apr 15, 2011 at 12:33 PM, Artyom <artyomtnk@yahoo.com> wrote: [...]
Another point is that boost::format throws on almost any error while boost::locale::format ignores error (as you don't want a translator to crash the program)
Hmmm...is there at least some convenient mechanism for the user to detect errors encountered by boost::locale::format after boost::locale::format has returned? Could the error behavior be specified in the call to boost::locale::format? - Jeff