Details
-
Bug
-
Resolution: Fixed
-
P4
-
18
-
b13
Description
The HotSpot Style Guide currently says (under "Excluded Features")
"* Avoid namespace-scoped variables with non-constexpr initialization."
"namespace-scoped" is the wrong terminology / criteria. It should be "non-local variables" (C++14 3.6.2).
"* Avoid namespace-scoped variables with non-constexpr initialization."
"namespace-scoped" is the wrong terminology / criteria. It should be "non-local variables" (C++14 3.6.2).