25 Note that this implementation specifically leaks, and does not clean up, even at atexit(), any resource it allocates.
26 Based upon the "Meyers Singleton" from [1], that reference gives full details of the undefined & implementation-defined "features" of this type of singleton.
27
28 [1] "Modern C++ Design" by A. Alexandrescu, Chapter 6 "Implementing Singletons", page 133