16 Nov
2008
16 Nov
'08
1:44 a.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