March 30, 2005
Florian Sonnenberger wrote:
> Another thing about the block attributes:
> 
> # private:
> # class Foo { ... }          // This is private (3)
> #
> # static:
> # void someUtility() { ... } // Is this private static

It is my understanding that it will be private static.  As far as I know any attribute set with the "attr:" syntax continues unbroken until another attribute (of the same 'class' or whatever) usurps it, or until the current scope ends.

-- Chris Sauls
1 2
Next ›   Last »