C++ compilation problem

From: Hallstein Lohre (hallstein.lohre@alphasystem.no)
Date: Wed Feb 19 2003 - 08:48:59 EST


Hello,

 - Tru64 V5.1A, patches OK, latest C++

#include <iostream>
int main()
{
std::cout << "Hello\n";
return 0;
}
cxx: Error: test.cpp, line 5: namespace "std" has no member "cout"
std::cout << "Hello\n";
-------^
cxx: Info: 1 error detected in the compilation of "test.cpp".
I'm quite shure this used to work :-)
Any ideas ?
Regards,
Hallstein Lohre
Alpha System AS



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:08 EDT