complex: fix checks for GCC C complex math support
If either __cplusplus or __STRICT_ANSI__ is defined we don't want to use the GCC-style support. This isn't nearly as big a deal as it might sound like; we just use <complex.h>. The GCC/clang style is really only there for non-hosted environments or other systems lacking <complex.h>.
Showing
Please register or sign in to comment