23 Jul
2007
23 Jul
'07
12:07 p.m.
David Abrahams wrote:
on Sun Jul 22 2007, Scott Meyers
wrote:
...
It would be nice if http://www.boost.org/doc/html/lambda/using_library.html#lambda.actual_argume... mentioned the conditions under which using Lambda with standard iterator types might not compile and called out istreambuf_iterator by name. At least then my Googling for information would have been likely to help.
Yes, it would be nice.
It might be easier to just make it work by adding the appropriate A const& overloads to lambda_functor, as we did with boost::bind.