These static objects are only used in once place, so declare them there instead.
After these changes, I've verified via clang's -Wglobal-constructors that no global constructors are required.
These static objects are only used in once place, so declare them there instead.
After these changes, I've verified via clang's -Wglobal-constructors that no global constructors are required.
These static objects are only used in once place, so declare them there instead.
utACK
utACK
ACK
ACK, but also needs a comment at the top of the file that people should not add global initializers.