$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] unsupported version problem of serialization of graph
From: breadbread1984 (breadbread1984_at_[hidden])
Date: 2015-07-28 06:46:41
I am using boost graph library. I can serialize the graph successfully. But
when deserialized a graph from the file, an unsupported version exception was
throwed out. The Graph structure is pasted [here]
(http://codepad.org/m7F21t4j). what shall I do to solve the problem. Thx!