$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-11 12:03:07
From: "Karl Nelson" <kenelson_at_[hidden]>
> Second, what is reasonable here? Under Microsoft .Net they allow the
> same argument to be used multiple times. Or an argument not to be
> used. Should this be valid?
>
> cout << format("%2$d %2$x", i, i);
Why not?