id summary reporter owner description type status milestone component version severity resolution keywords cc 4832 C++0x lambdas do not work as argument to Boost::Range's transformed adaptor Alexander Bessonov Douglas Gregor "You cannot use lambda functions as parameters to transformed adaptor. At least on Visual Studio 2010. This is due to native inability to take a result_of the lambda function. A simple workaround for Visual Studio 2010 is offered (see attached patch for trunk 66478). If it is applied and checked to work on other compilers, please update." Feature Requests closed To Be Determined utility Boost Development Trunk Problem worksforme c++0x lambda transformed boost::range