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
We have changed boost::any with boost::variant and it works.
Now boost doesn't support std::shared_ptr serialization. Although it isn't hard to change std::shared_ptr with boost::shared_ptr, I'm not convinced anymore that boost::serialization is the best way to go.
Probably the best way is via
boost::serialization
(but we have to give more careful consideration to Google Protocol Buffer).Some resources to check:
The text was updated successfully, but these errors were encountered: