2 Sep
2004
2 Sep
'04
2:14 p.m.
Jeff Flinn wrote:
Don't the boost::functional implementations of these function object adaptors play nicer with boost::bind?
I'll give it a shot. But looking at the code (functional.hpp) it seems like argument_type is still used, the difference (when compared to the std adaptors) is that references to references are avoided (by using boost::call_traits). As I said, can't see it working, but I'll give it a shot when I get back to work. :) Cheers, Matt