Let's say I have 2 singletons, allocated on the heap, for which no delete is ever called. Let's call them A and B. Is there any way to make sure B will be the first one to be destroyed?
I'm assuming the platform may matter on this one: Visual Studio 2005 Professional, Visual C++. Everything was built with cl
.