When I do "global -x CCsString", where CCsString is a custom string class my company uses extensively, I get a ton of results like this:
typedef pair<CCsString, CObjectProfileInfo> objectprofile_pair; This isn't a definition of CCsString, but a definition of objectprofile_pair, so it seems there's something wrong with the code that picks definitions out of typedefs. On a side note, are patches still being accepted for this project? I'm subscribed to help-global, and I've seen a couple of people post patches, one for a javascript plugin, without any feedback going to the list. I'd be interested in fixing bugs I run into, but list activity is so low that I'm a little worried about whether I can get patches pushed upstream. Brendan _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
