
10 Apr
2011
10 Apr
'11
4:12 p.m.
On 10/04/2011 16:30, Joel Falcou wrote:
Why is the State passed by const reference ? I have a couple of use case (like using fold to access the element (i0,...,in) of a fusion sequence of pointer to ... pointer to T array) where I need to be able to discriminate the constness of the State to forward to the proper PFO overload of operator().
Is there any intrinsic stuff I am missing ?
Can you not use boost::ref ?