This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3876: c++ #define INFINITY in cmath
- To: aoliva at gcc dot gnu dot org
- Subject: Re: c++/3876: c++ #define INFINITY in cmath
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 31 Jul 2001 04:24:48 +0200
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rabid at spylog dot ru
- Organization: CodeSourcery, LLC
- References: <20010730205234.23492.qmail@sourceware.cygnus.com>
aoliva@gcc.gnu.org writes:
| Synopsis: c++ #define INFINITY in cmath
|
| State-Changed-From-To: open->closed
| State-Changed-By: aoliva
| State-Changed-When: Mon Jul 30 13:52:34 2001
| State-Changed-Why:
| INFINITY is specified as a macro in math.h in the C99 Standard, and the C++98 Standard says the contents of <cmath> are the same as those of <math.h> in the C Standard.
The C++ standard refers to C90. C99 is irrelevant.
-- Gaby