mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
Fix ambiguous error on some compilers.
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user