Fix ambiguous error on some compilers.

This commit is contained in:
Adam Ierymenko 2016-11-04 15:34:49 -07:00
parent 3e865067be
commit 7729cbe313

View File

@ -20,7 +20,7 @@
namespace ZeroTier {
static const nlohmann::json _EMPTY_JSON({{}});
static const nlohmann::json _EMPTY_JSON(nlohmann::json::object());
bool JSONDB::put(const std::string &n,const nlohmann::json &obj)
{