24 Sep
2010
24 Sep
'10
7:03 p.m.
On 24/09/2010 20:00, lfrfly@icqmail.com 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.