Severin Leonhardt
Results
2
comments of
Severin Leonhardt
trafficstars
To test whether these changes work I've applied the following patch: ```diff diff --git a/src/connection_pool.cpp b/src/connection_pool.cpp index 21464b18..891226ec 100644 --- a/src/connection_pool.cpp +++ b/src/connection_pool.cpp @@ -95,11 +95,7 @@ ConnectionPool::ConnectionPool(const Connection::Vec& connections,...
> With which compiler? This was with the _Microsoft Visual C++_ compiler. Details can be found in the individual commit messages. It seems c77df6c0dac306288d5c8227fcdad9eb01e48927 isn't necessary. The code compiles without...