Skip to content
Commit 0f04d3ac authored by Deucе's avatar Deucе 👌🏾
Browse files

Define a macro to indicate if the compiler is actually GCC.

Pretty much all new compilers these days will define all the GCC
macros so it's impossible to detect GCC from predefined macros
without adding a list of all the compilers that pretend to be GCC
if defined(__GNUC__) && !defined(__clang__) && !defined(____INTEL_COMPILER)
parent dcf958cd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment