https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60304
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dodji at gcc dot gnu.org
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Well, of course the user can always explicitly include, eg, <cstdbool>, thus it
seems that the real underlying issue is that the system-headers machinery
should not be fooled by things like this in a system header... or should it?
The define is rather interesting...
#define false false
I'm adding in CC Dodji too...