How can I tell what the value of the __GNUC__ definition is on my C++ compiler?
You can get all the GCC predefined macros with this:
g++ -dM -E - < /dev/null
A quick grep will get you what you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With