2 Sep
2011
2 Sep
'11
4:59 p.m.
rankg wrote:
Is there something I can do to get my derived archive correctly working or doesn't support the boost::serialization lib the combination of deriving archives and serializing via base class pointers at the same time?
The log archive demo illustrates a header only archive what would be used for simpler purposes. It doesn't support all the functionality that the other archive classes do. I would guess that this is the answer to your question. I don't know if it could be enhanced to have more functionality and still keep it header only. Robert Ramey