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
hi,
I'm trying to compile forknote from git repo and im getting this error: SerializationOverloads.cpp:32:18: error: ‘runtime_error’ is not a member of ‘std’ 32 | throw std::runtime_error("Deserialization error: wrong value");
how can I solve this?
The text was updated successfully, but these errors were encountered:
hi,
I'm trying to compile forknote from git repo and im getting this error:
SerializationOverloads.cpp:32:18: error: ‘runtime_error’ is not a member of ‘std’ 32 | throw std::runtime_error("Deserialization error: wrong value");
how can I solve this?
The text was updated successfully, but these errors were encountered: