$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Boost::Format add-on
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-03-17 10:08:33
Who is in charge of Format maintenance ?
I would like to propose a simple patch to add an accessor to
the number of arguments expected by the formating :
int args() const { return num_args_; }
Regards