$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2008-04-09 02:15:58
>      std::transform( factor.begin(), factor.end(),
>                      values.begin(),
>                      bind(static_cast<double(*)(double)>(&std::abs), 1e3 
> / _1 ) );
Thanks, that's it.
Olaf