Subject: [Boost-users] Can we pass variable argument list to boost format?
From: ajil koshy (ajil.koshy_at_[hidden])
Date: 2009-09-08 12:56:09


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