You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course, we can include a customized version of the json.hpp, adding it to casbin namespace to avoid different version of the json lib.
Maybe we should update the version of nlohmann::json at the same time. What's version should be better? 3.9 or 3.10?
Description
The recently added
nlohmann::json
has an older version than my project's minimal requirement, and casuing it failed to build.Can we include a customized version of the
json.hpp
(addingcasbin
namespace?) to avoid interferences?The text was updated successfully, but these errors were encountered: