$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Pickles (sipickles_at_[hidden])
Date: 2008-07-11 16:44:56
peter_foelsche_at_[hidden] wrote:
> for variable number of arguments:
>
> void myFunction(std::vector<boost::any> &);
>
>
> or for arguments by name:
>
>
> void myFunction(std::map<std::string, boost::any> &);
>
Thanks, this is really interesting....