-
Martyn Gigg authored
Something changed in VS2017 such that SingletonHolder::once_flag was not always initialized before SingletonHolder::instance and this caused multiple singleton instances to be created. In some ways this was a timebomb as static initialization order is undefined.
Martyn Gigg authoredSomething changed in VS2017 such that SingletonHolder::once_flag was not always initialized before SingletonHolder::instance and this caused multiple singleton instances to be created. In some ways this was a timebomb as static initialization order is undefined.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.