julia
bcc0f70d
- Guard GCC-specific macros with `_COMPILER_GCC_` (#44353)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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__`.
References
#44353 - Guard GCC-specific macros with `_COMPILER_GCC_`
Author
giordano
Parents
e84b06c6
Loading