This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fixinc regression for <math.h> with C++ on Solaris 9


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]