$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-10-31 08:51:02
On Oct 30, 2007, at 6:22 PM, Thorsten Ottosen wrote:
> Is there any good reason that boost::reference_wrapper() does not
> provide a forwarding operator()(), so that we may use it to pass
> function objects by reference to algorithms?
The only reason is laziness. I hacked up a partial implementation in
the sandbox, but I never finished it.
- Doug