$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-12-12 07:53:45
Phil Richards wrote:
> I have to say that the lack of documentation was the thing that
> stopped me from using the MPL in the physical quantities library
> I started writing as a progression of what we use on a (real) project.
Hmm, have you looked here -
http://www.boost.org/libs/mpl/doc/ref/Table_of_Contents.html?
>
> (I started from Dave Abrahams slides, realised that the
> transform function he used didn't exist, tried to work out how
> to do it with what was already there and gave up :-)
All algorithms and in particular [the current version of] 'transform' are
pretty well documented -
http://www.boost.org/libs/mpl/doc/ref/Algorithms.html.
Aleksey