How to handle template class static members and storage in situations where leaving to static cleanup isn't desired
I’ve recently gotten back into C++ after many years in C# and java land, and am loving where C++ has gone in my absence (since pre C++11, am now soaking up C++20!). The power of templates is really exciting to me. However, I quickly ran into something that seems impossible to deal with. I’ve written… Read More How to handle template class static members and storage in situations where leaving to static cleanup isn't desired