Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk