
15 Nov
2008
15 Nov
'08
10:44 p.m.
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