Indexer failes after getting scope resolution op (::)
Indexer failes after getting scope resolution op (::)
- Subject: Indexer failes after getting scope resolution op (::)
- From: Andreas Grosam <email@hidden>
- Date: Tue, 23 Mar 2004 17:25:22 +0100
The indexer gets confused after it has to parse a scope resolution
operator (::) in the following construct:
class MyClass
{
::global_type foo();
void bar();
};
The occurence of the scope resolution operator causes the indexer not
to properly index the subsequent members in the same class. That is,
the member bar() will not be listed in the member list in the class
browser.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.