This rule is Obsolete | |
Synopsis: | Document how objects with class or global scope are initialized |
Language: | C++ |
Severity Level: | 9 |
Category: | Static Objects |
Description: |
This rule applies to the following objects with fixed storage duration: global objects with external or internal linkage, and static class data members. |
Literature References: |
ISC++ Rec 9.2 |