Michael de Lang
Michael de Lang
`getaddrinfo()` apparently does something else on mac than on linux...
@pnoltes While this branch has seen several approvals, I have this gut feeling that now is not an opportune time to merge this. There's been much activity to get our...
Although yes, the "error" is obvious: trying to use a nullptr in the constructor, it would be nice if there was a compiler error when doing so. Especially because in...
A lot has changed since this issue was created, it is now possible to register various things in the constructor. Closing for now, please reopen a new ticket if you...
@solardiz Thanks for working on this, however, I don't have access to the machine anymore and have no intel's left at home 😢
> It doesn't look like the spdlog symbol, maybe you should ask the question in the GCC or Ubuntu community. once_callable is likely a thread_local related symbol, which glibc uses....
> As far as I know, the `-fPIC` option causes relocation problems when using the static library: [c++ - "relocation R_X86_64_32S against " linking Error - Stack Overflow](https://stackoverflow.com/questions/19768267/relocation-r-x86-64-32s-against-linking-error) Your linked...
Sure, I'll take a stab when I have some free time. It would likely be a backwards incompatible change though. Or should I put in a `#ifdef` to control the...