Stephen L. De Rudder
Stephen L. De Rudder
I have experienced the the same hang on exiting. Same as you in that I was using log4cplus.DLL in another DLL (and in EXE too). The following code fixes the...
@ambrop72 Have you given my solution a try? My solution should work with log4cplus version 2.0.2 - 2.0.7 as drop-in replacement for `inline ThreadPool::~ThreadPool()`. If you are using log4cplus version...
This is still happening in NuRaft 2.1.0. The fix is simply to add `typedef typename lowest_layer_type::executor_type executor_type;` in mock_ssl.hxx below line 31 that is `using lowest_layer_type = asio::ip::tcp::socket;` @greensky00, it...
> works, correct? Yes, the 2 using lines work too. Essentially the same. You prefer using. I just took the `typedef ...` line from asio stream.hpp file for asio::ssl::stream class.
I forgot to update the version number in meson.build to match 1.00 (your current tag). Please update line 4 of meson.build file to: ` version: '1.00',` or to the new...
Workaround (surround any include giving you the problem): ``` #ifdef _WIN32 #pragma warning(push) #pragma warning(disable: 5054) // Include\cereal\external\rapidjson\document.h does '|' with two different enum types #endif #include #ifdef _WIN32 #pragma...
Another workaround that worked for me is: ```bash echo "cython