How to init this static varTemplates need to be defined in the header file (unless you add explicit template instantiations for...
destructors are not called in the right orderIn other words, each component ended up storing its own copy of the device object, each containing a...
destructors are not called in the right orderWhat if you also print [i]componentManager.get()[/i] from the Application destructor? Does it return...
destructors are not called in the right orderIs [i]componentManager[/i] a [u]member[/u] of the Application class? If it's just a local variable t...
destructors are not called in the right orderI take it you have placed print statements in the destructors to see if they run. Are you sure that...