25 Aug
2009
25 Aug
'09
9:04 p.m.
Am Tuesday 25 August 2009 20:08:14 schrieb Paul Eipper:
I cannot deserialize it back, since boost throws "stream error" if it's a text archive, or "std::length_error" on vector::reserve if it's a binary archive. Attached is an example code.
not a bug, you are serializing a pointer, but deserializing an object. this vs. *this.