julia
bcc0f70d - Guard GCC-specific macros with `_COMPILER_GCC_` (#44353)

Commit
3 years ago
Guard GCC-specific macros with `_COMPILER_GCC_` (#44353) By default Clang on Linux defines the macro `__GNUC__`, so to guard GCC-specific code paths it isn't sufficient to check `#ifdef __GNUC__`.
Author
Parents
Loading