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
When attempting to deserialize a registry state using entt::snapshot_loader with a nlohmann::json object as the input archive, a compile-time error occurs. The error message indicates a failure in template argument deduction within the nlohmann::json library.
The process of serializing (saving) the state using entt::snapshot and nlohmann::json works without any issues. The problem is strictly confined to the deserialization (loading) process.
The typical compiler error is:
'nlohmann::json::operator ValueType() const': cannot deduce template argument for 'ValueType'