Possible Duplicate:
Is it safe to serialize a raw boost::variant?
I would like to serialize a boost::variant type of nonPOD classes. Would you please tell me if that is possible and show me how to do it?
typedef boost::variant<macro,module> mvar
Possible Duplicate:
Is it safe to serialize a raw boost::variant?
I would like to serialize a boost::variant type of nonPOD classes. Would you please tell me if that is possible and show me how to do it?
typedef boost::variant<macro,module> mvar