Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » C/C++ Indexer Problem???
C/C++ Indexer Problem??? [message #143800] Fri, 22 April 2005 15:51
No real name is currently offline No real nameFriend
Messages: 10
Registered: July 2009
Junior Member
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
Previous Topic:Amazing Indexer syntax error
Next Topic:CppUnit Plugin
Goto Forum:
  


Current Time: Sun Oct 06 08:50:13 GMT 2024

Powered by FUDForum. Page generated in 0.03243 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top