[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

:: before global functions



I'm just going to rename the global functions that overlap namespaces.
It's easiest.

I worry most about calls to a global function that turn into calls to
a local method.  Can XLint catch these?  We should always use
this->message() to send messages to self.

dean