
1 Apr
2010
1 Apr
'10
2:58 a.m.
AMDG Chad Nelson wrote:
Exactly my point. But while we're on the subject: considering that those are in a namespace (so they don't pollute the global namespace), and are constants, is there any particular reason to use or not use "static" in the declarations?
The compiler will add static for you, so I prefer to say it explicitly. In Christ, Steven Watanabe