$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Iterator] filter_iterator and C++0x lambdas
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-09-24 15:03:41
On 24/09/2010 20:00, lfrfly_at_[hidden] wrote:
> C++0x lambda functions unfortunately do not define result_type, which is
> required for most of the Boost.Iterator predefined adapters. Is there a
> recommended approach to use here?
Easiest way to fix it is to file a ticket and submit a patch so that
they use boost::result_of instead.
Shouldn't be too much work.