--- Comment #2 from bland at mail dot ru 2007-03-15 06:00 ---
I did not say that is bad. That is wrong and produces annoying warning.
Which can easily turn into error when reused in -Werror clean code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31180
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-15 05:46 ---
Actually this is not that bad.
#if __cplusplus will work as if it is not defined, the #if turns into "#if 0".
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---