mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-07 20:00:13 +00:00
Fix ambiguous error on some compilers.
This commit is contained in:
parent
3e865067be
commit
7729cbe313
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
namespace ZeroTier {
|
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)
|
bool JSONDB::put(const std::string &n,const nlohmann::json &obj)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user