27 Jun
2005
27 Jun
'05
11:52 a.m.
I have managed to go around the "overload" problem by switching to the Lambda library. I still had a problem with "couldn't initialize `const vector<double> &' with `vector<double> &'", but using ref(v) solves that as well. Thanks, Misza