
11 May
2009
11 May
'09
6:24 a.m.
On Fri, May 08, 2009 at 04:39:19PM -0400, Scott McMurray wrote:
Making reusable "format packs" would be nice, though. Perhaps instances of the convert class should be allowed, so you could do something like this?
convert<int> myconvert((locale_ = new_locale, throw_ = true)); int i = myconvert.from(str1, 0); int j = myconvert.from(str1, 0);
This is fine, too. emre