
23 Nov
2009
23 Nov
'09
4:37 p.m.
Mateusz Loskot <mateusz <at> loskot.net> writes:
Boost.Format works for me. Does it work for Boost.Test?
No. This is really low level function, which is using snprintf: 1. I do not want any extra dependencies 2. There is a requirement of no memory allocations 3. I do not need any fancy formatting. I just want to validate that there is not preallocated buffer overrun. Gennadiy