This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fixinc regression for <math.h> with C++ on Solaris 9
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: Bruce Korb <bkorb at gnu dot org>, gcc at gcc dot gnu dot org, Eric Botcazou <ebotcazou at libertysurf dot fr>
- Date: 19 Jan 2004 20:57:39 +0100
- Subject: Re: fixinc regression for <math.h> with C++ on Solaris 9
- Organization: Integrable Solutions
- References: <Pine.BSF.4.58.0401192041300.85894@acrux.dbai.tuwien.ac.at>
Gerald Pfeifer <gerald@pfeifer.com> writes:
| [ C++ gurus, below there is a four-liner which I believe to be
| valid C++, but a double check would be appreciated. ]
[...]
| For the following C++ program
|
| #include <stdexcept>
| using namespace std;
| #include <cmath>
|
| int main() { return 0; }
It is a valid C++ program.
-- Gaby