diff --git a/test/comprehensive.cpp b/test/comprehensive.cpp index aa2d9886..410bd243 100644 --- a/test/comprehensive.cpp +++ b/test/comprehensive.cpp @@ -15,7 +15,7 @@ #include // for pow() #include -#if defined(sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 +#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 inline double pow(int x, int y) { return pow(static_cast(x), y); } #endif