
31 Oct
2007
31 Oct
'07
4:41 p.m.
When printing a size_t in C I use "%zu" (I do hope that is correct). The 'z' modifier is not supported in Boost.Format (1.34.1). In order to ease porting C code it would be nice if it was supported (i.e. ignored ;-) as well as l, L and h. Best regards Christoph