8 Sep
2009
8 Sep
'09
4:56 p.m.
Hi, I'd like to know if there is a way by which we can pass the variable argument list to boost format. I have a function which creates formatted output strings for logging purpose. Currently, I'm using _vsnwprintf_s function internally to handle variable argument lists which the caller may be pass to this function. Can this be done using boost format? Thanks Ajil