diff --git a/headers/cpp/std/complext.h b/headers/cpp/std/complext.h index 6c55037bf9..d3eb98a2f9 100644 --- a/headers/cpp/std/complext.h +++ b/headers/cpp/std/complext.h @@ -311,7 +311,7 @@ operator != (_FLT x, const complex<_FLT>& y) } // Some targets don't provide a prototype for hypot when -ansi. -extern "C" double hypot (double, double) __attribute__ ((const)); +//extern "C" double hypot (double, double) __attribute__ ((const)); template inline _FLT abs (const complex<_FLT>& x) __attribute__ ((const));