...
| Code Block | ||
|---|---|---|
| ||
Compliant Solution
An appropriate coding or design technique should be used to avoid the runtime static initialization of namespace scope objects. The best solution is often simply to avoid using such variables, to the extent practical.
| Code Block | ||
|---|---|---|
| ||
Exceptions
...