
9 Feb
2011
9 Feb
'11
10:06 a.m.
This is a compiler bug.
OK, thank you for the information
bool static defaultFunctor(const int, float, float);
is exactly equivalent to
bool static defaultFunctor(int, float, float);
You're right. I shoul'd better try with some "pass by const reference" and use struct or class on my example and not int/float Nicolas David