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
Bug description
The last version fails during compilation.
Logs
/home/***/Desktop/mariana-trench/source/Frame.cpp: In member function ‘Json::Value marianatrench::Frame::to_json(ExportOriginsMode) const’:
/home/***/Desktop/mariana-trench/source/Frame.cpp:273:72: error: call of overloaded ‘Value(int64_t)’ is ambiguous
273 | Json::Value(static_cast<std::int64_t>(collapse_depth.value()));
| ^
In file included from /usr/include/jsoncpp/json/json.h:10,
from /tmp/mt-static-0mpgm35t/build/mariana-trench/header-tree/mariana-trench/Access.h:17,
from /home/***/Desktop/mariana-trench/mariana-trench/source/Frame.cpp:12:
/usr/include/jsoncpp/json/value.h:317:3: note: candidate: ‘Json::Value::Value(Json::Value&&)’
The text was updated successfully, but these errors were encountered:
Bug
Bug description
The last version fails during compilation.
Logs
The text was updated successfully, but these errors were encountered: