$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Matt S Trentini (matt_trentini_at_[hidden])
Date: 2004-09-02 09:14:52
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