$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2007-11-11 11:43:12
Eric Niebler wrote:
> I have a function object that doesn't work with fusion's
> invoke_function_object.
Because it's noncopyable?
The argument is taken by value unless we explicitly specify the template
argument. IIRC it's even documented that it's valid to do so, somewhere :-).
Regards,
Tobias