Multiple construction and destruction of static variable in multiple translation units
In C++11 code I have a static variable with a nontrivial constructor and destructor (which allocates memory):
In C++11 code I have a static variable with a nontrivial constructor and destructor (which allocates memory):