$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Theisen (jth01_at_[hidden])
Date: 2006-02-17 06:23:00
Meryl wrote:
> for_each (aVector;.begin(), aVector;.end(), bind (&myFunc, _1)); //
for_each( aVector.begin(), aVector.end(), bind(&myFunc, *_1) );
But that's boost::lambda rather than boost::bind.
Jens