$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] typesafe printf with variadic template
From: Michael Marcin (mike.marcin_at_[hidden])
Date: 2013-11-14 13:20:56
It seems a common example for C++11 and variadic templates is a typesafe
printf which is supposed to obsolete things like Boost.Format. However
there doesn't seem to be one usable out of the box.
If this is really a large improvement shouldn't this facility be in boost?