$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [lambda] Does Boost.Lambda support local variables?
From: Peter Dimov (pdimov_at_[hidden])
Date: 2009-01-13 07:54:00
Robert Jones:
> If not, are there some 'standard' techniques to produce a similar effect?
You can achieve something similar by using a combination of boost::bind and
Lambda, but it's not 'standard' by any means. :-) Do you have a specific
example?