Requries update to C++17 standard
This commit is contained in:
Grant Limberg
2022-05-13 09:34:15 -07:00
parent b329fb68a9
commit b65c1ed3a0
13 changed files with 3372 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
#include <set>
#include <map>
#include "../ext/json/json.hpp"
#include <nlohmann/json.hpp>
#define ZT_MEMBER_AUTH_TIMEOUT_NOTIFY_BEFORE 25000

View File

@@ -35,7 +35,7 @@
#include "../osdep/Thread.hpp"
#include "../osdep/BlockingQueue.hpp"
#include "../ext/json/json.hpp"
#include <nlohmann/json.hpp>
#include "DB.hpp"
#include "DBMirrorSet.hpp"