[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
_MSL_INTEGRAL_MATH

When defined (and when __ANSI_OVERLOAD__ is defined and when using the C++ compiler), additional overloads to the math functions with integral arguments are created. This flag is meant to prevent compile time errors for statements like:
  double c = cos(0);
  // ambiguous with __ANSI_OVERLOAD__
  // and not _MSL_INTEGRAL_MATH
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 16, 2000