[Serialization] [Ptr_container] Serializing a boost::ptr_vector fails
Dear list, I want to use boost::ptr_vector<> in conjunction with boost::serialization. The ptr_cotainer documentation says:
As of version 1.34.0 of Boost, the library supports serialization via Boost.Serialization. Of course, for serialization to work it is required that the stored type itself is serializable. For maps, both the key type and the mapped type must be serializable.
However, when I create a class like this:
#include
participants (1)
-
Philipp Münzel