C++ class initializer list in library causes stack corruption – Ubuntu
I've distilled my problem down to a (hopefully) very simple example. At a high level, I have a shared library which provides a class implementation, and a main executable which uses the library. In my example, the library is then…