[serialization] missing </serialization> tag

afternoon, i am serializing graph::adjacency_list via boost::serialization but there is no tag </serialization> at the end of the generated file. what am i doing wrong, please? i suspect also there may be bug in binary serialization in 1.36.0 because i cannot read generated file. i'll try to isolate this in nearest future. best regards, mojmir

You're probably destroy the stream before destroying the archive. Robert Ramey Mojmir Svoboda wrote:
afternoon,
i am serializing graph::adjacency_list via boost::serialization but there is no tag </serialization> at the end of the generated file. what am i doing wrong, please?
i suspect also there may be bug in binary serialization in 1.36.0 because i cannot read generated file. i'll try to isolate this in nearest future.
best regards, mojmir
participants (2)
-
Mojmir Svoboda
-
Robert Ramey