$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2004-01-17 11:22:36
I would like to request a formal review of the NamedParams library by
David Abrahams and me. The library aims to simplify handling of
functions with default parameters by introducing named parameters:
f(name = "foo", value = 3.14f);
f(value = 3.14f);
The submission can be downloaded from:
http://groups.yahoo.com/group/boost/files/named_params.zip
-- Daniel Wallin