Community
Participate
Working Groups
if code has class Set header and definition with methods that are different than the stl set class, the indexer treats it like the stl set class. The popup list for completions are wrong and errors are shown even though the code compiles. Also hovering on variable of type Set pops up a text with the wrong definition of set. -- Configuration Details -- Product: Eclipse 1.4.1.20110909-0613 (org.eclipse.epp.package.parallel.product) Installed Features: org.eclipse.platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK
Please open C/C++ tooling bugs against CDT.
You probably have to fix your include search path. In case this does not work, please provide a small sample project and reopen the bug.
(In reply to comment #2) > You probably have to fix your include search path. In case this does not work, > please provide a small sample project and reopen the bug. I added the missing include path and the problem went away. Thanks.