On Feb 12, 2000, Ossama Othman <[EMAIL PROTECTED]> wrote: > I think it's bad idea to check for bool and/or if __cplusplus is > defined since some C compilers may actually accept them. I can believe `bool' could be supported by C compilers, but defining __cplusplus to non-zero would be cheating too much. Do you have any example of such a cheating compiler? -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy Guaranį Cygnus Solutions, a Red Hat company aoliva@{redhat, cygnus}.com Free Software Developer and Evangelist CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me
- Re: How to optionally test for a C++ compiler? Olly Betts
- Re: How to optionally test for a C++ compiler? Ossama Othman
- Re: How to optionally test for a C++ compiler? Akim Demaille
- Re: How to optionally test for a C++ compiler? Earnie Boyd
- Re: How to optionally test for a C++ compiler? Olly Betts
- Re: How to optionally test for a C++ compiler? Ossama Othman
- Re: How to optionally test for a C++ compiler? Olly Betts
- Re: How to optionally test for a C++ compiler? Ossama Othman
- Re: How to optionally test for a C++ compiler? Morten Eriksen
- Re: How to optionally test for a C++ compiler? Alexandre Oliva
- Re: How to optionally test for a C++ compiler? Ossama Othman
- Re: How to optionally test for a C++ compiler... Alexandre Oliva
- Re: How to optionally test for a C++ comp... Ossama Othman
- Re: How to optionally test for a C++... Alexandre Oliva
- Re: How to optionally test for a... Ossama Othman
- Re: How to optionally test for a C++ compiler? Alexandre Oliva
- Re: How to optionally test for a C++ compiler? Akim Demaille