A static member may be referred to directly in the scope of its
class or in the scope of a class derived (
[class.derived])
from its class; in this case, the static member is referred to
as if a
qualified-id expression was used, with the
nested-name-specifier of the
qualified-id naming
the class scope from which the static member is referenced
.