kornikova_anna
10-24-2003, 03:42 PM
When I compile GCF.CPP in VC++, one of the first few lines contains the statement
10 const DP EPS=numeric_limits<DP>::epsilon();
11 const DP FPMIN=numeric_limits<DP>::min()/EPS;
i get the errors:
11: error c2589: '(' : illegal token on right side of '::'
11: error c2059: syntax error : '::'
How do I get around this? Help is much appreciated!! Thanks!!
Anna
10 const DP EPS=numeric_limits<DP>::epsilon();
11 const DP FPMIN=numeric_limits<DP>::min()/EPS;
i get the errors:
11: error c2589: '(' : illegal token on right side of '::'
11: error c2059: syntax error : '::'
How do I get around this? Help is much appreciated!! Thanks!!
Anna