$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-11-07 11:17:58
Hi Jonathan,
A smalll comment.
Could syntax like
<< punctuate< vector<string> >("{ ", ", ", " }")be made into<< punctuate(
my_variable )( "{ ", ", ", " }" )to deduce the arguments instead of specifying
them?-Thorsten