Subject: Re: [Boost-users] type-safe printf
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-07-19 04:28:41


>Does boost have a type-safe implementation of printf() using C++0x variadic
>templates?

Not exactly, but Boost.Format does something very similar without the need
for variadic templates,

HTH, John.