2
votes
Singleton: How should it be used
Modern C++ Design by Alexandrescu has a thread-safe, inherietence-safe generic singleton.
For my 2p-worth, I think it's important to have defined lifetimes for your singletons (when it's ab …
