GC has an issue with namespace qualified types:
xercesc::DOMNode* parse(const char* text)
{
return 0;
}
gets this formatting:
xercesc::DOMNode *
parse (const char*text) {
return 0;
}
whereas without the 'xercesc::' it's all correct. I
believe there should be no difference between the two
cases.
Logged In: YES
user_id=197414
Additional, the following gets formatted with different
spacing around <> depending on whether I prefix the class
with it's namespace or not.
type.link<ITarget> (setTarget);
type.link < sg::Camera > (setCamera);
This is with 1.140.