Can we pass variable argument list to boost format?
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
AMDG ajil koshy wrote:
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?
No. In Christ, Steven Watanabe
participants (2)
-
ajil koshy
-
Steven Watanabe