Merge pull request #303 from gummif/gfa/swap

Problem: Missing swap functions
This commit is contained in:
Simon Giesecke
2019-04-04 14:51:10 +02:00
committed by GitHub
7 changed files with 108 additions and 9 deletions

View File

@@ -4,6 +4,7 @@
#include <thread>
#include <mutex>
#include <condition_variable>
#include <functional>
class mock_monitor_t : public zmq::monitor_t
{