This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ header file problem - is this a bug?
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Bill Northcott <w dot northcott at unsw dot edu dot au>
- Cc: "Dave Korn" <dave dot korn at artimi dot com>, "'Andrew Pinski'" <pinskia at physics dot uc dot edu>, <gcc at gcc dot gnu dot org>, "'JAGS'" <jags at iarc dot fr>
- Date: 05 Jan 2005 09:47:56 +0100
- Subject: Re: C++ header file problem - is this a bug?
- Organization: Integrable Solutions
- References: <NUTMEG8fBPaMkYwEoNc00000c22@NUTMEG.CAM.ARTIMI.COM><51BC97D0-5EDE-11D9-97FA-000393D3D676@unsw.edu.au>
Bill Northcott <w.northcott@unsw.edu.au> writes:
| Just how is one expected to get isnan() functionality in a C++ program?
You get it if you configure your compiler to support C99.
-- Gaby