C/C++ Indexer Problem??? [message #143800] |
Fri, 22 April 2005 11:51 |
Eclipse User |
|
|
|
When I build a very simple C++ program (i.e.-Hello world), I get this
warning in the "Problems" window:
"C/C++ Indexer Problem: Attempt to use symbol failed : endl in file:....."
...when used like:
cout << "Hello, world!" << endl;
...or:
cout << "Hello, world!" << std::endl;
...the warning goes away when I use this instead:
cout << "Hello, world!"; endl(cout);
I'm get this error when using Eclipse Platform 3.1-M6 and CDT 3.0-M6.
I believe the problem is related to these "updates" because I don't have
this problem when using Platform 3.0.2 & CDT 2.1.1.
-=-Mike
|
|
|
Powered by
FUDForum. Page generated in 0.02237 seconds