Andy Simpson
Andy Simpson
Do you have the error message for this? The stack trace could be helpful in fixing it. I haven't worked on this code for quite some time and I haven't...
You should try the dev branch, there's a Disconnect() function on that branch, the changes for which were never promoted to the stable branch for reasons I can't remember (as...
Just hit this myself. Looks to me like the root of the issue is that a header included from LLVM is using `std::iterator` which is deprecated in C++17. Combined with...
I'm seeing the same thing. I suspect that a change in a recent version of cmake (possibly 3.30.0) as identical code built with earlier versions of CMake isn't failing. It...