$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-09-17 07:27:55
Samuel Krempp wrote:
>
> (I guess you dont need assign if using boost::lambda
> bind(protect(_1 = _2), bind(&X::member, _1), val) (x);
> )
bind(&X::member, _1) = val
is the lambda spelling.