Finding C++ static initialization order problems
Solving order of initialization: First off, this is just a temporary work-around because you have global variables that you are trying to get rid of but just have not had time yet (you are going to get rid of them eventually aren’t you? 🙂 class A { public: // Get the global instance abc static … Read more