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
I tried to serialize a class member of type std::map<std::string, ChLinkTSDA> with archive_out << CHNVP(map_);, but unfortunately, this led to a segmentation fault.
While looking for the cause of this, I came across another issue, which I wondered if was related to the first issue. If you want to do something like this