Interestingly, ISO/IEC 14882:2011 (C++11) removed this language (in fact, it removes the whole paragraph §7.3.1.1/2). It also removes the mention of static
from Annex D.
Thus, using the storage class specifier static
to give a name internal linkage still works (§3.5/3) and is no longer deprecated.