This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: typedef char bool;
- To: Martine dot BrahamMoses at ca dot com
- Subject: Re: typedef char bool;
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 11 Mar 2000 00:18:44 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <A5988AA007ACD311B7E4009027AA4EED260BFD@usilms05.cai.com>
> Do you know the compiler flag to turn off bool?
Thanks for your bug report. As I'm sure you'll agree, this is not a
bug in the compiler; it is a bug in your code - it is just not
well-formed C++.
Also, asking to turn it off sounds strange; you might just as well ask
to turn-off 'template', or 'class', or 'while'.
Of course, if you *really* need that feature, feel free to modify the
GCC source appropriately.
Regards,
Martin