Subject: Re: [boost] Design conventions; passing functors
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-11-15 17:44:07


AMDG

vicente.botet wrote:
>>> it is always
>>> possible to create another function object that just
>>> stores a reference to the original function object.
>>>
>
> Is not this the role of boost::ref?
>

std::ref provides a forwarding operator(). boost::ref does not.

In Christ,
Steven Watanabe