-
Deucе authored
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)
Deucе authoredPretty 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)
Loading