Hi!
When I try to compile some code (not my own) i get a C2589 '(':illegal token on right side of'::'
on this line:
maxPosition[0]=std::numeric_limits<double>::min();
i guess this is because there is already a min() macro defined, but why is the compiler not taking the min() from the specified namespace instead of the macro?