Fix ODR violations.
We can't use unnamed namespaces (or any internal linkage) in headers, since this will lead to ODR violations and undefined behavior.
Fixes #2392 (closed)
We can't use unnamed namespaces (or any internal linkage) in headers, since this will lead to ODR violations and undefined behavior.
Fixes #2392 (closed)