FastFormat 0.5.8 is released, containing a fix to ensure that a replacement parameter with a maximum width of 0 truncates (completely) the resulting field. For example:
string_t sink;
ff::fmt(sink, "{0,,0}", "abc");
assert("" == sink);
Sunday, June 6, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment