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
If I want to use boost::serialize() to store class S2PointIndex as binary stream,
how do I do it?
Do I need to implement my own serialization function for S2PointIndex ?
Thanks.