I see this everywhere where I use _o as variable name. I reparsed it, I reloaded it, nothing.
Then, I added for testing the following line:
int _test(0);
Not that it would make much sense, but suddenly VAX stopped to complain about _o and now lives happy with it, properly colored. Even after remove this line...
Strange, both "_o" and "it" are colored black. Sounds like something above this method is confusing VA. Is there some complex #ifdef code above this method that could be confusing VA? For testing, does placing this method at the top of the file fix the problem?