Subject: [Boost-users] input stream error exception during deserializing
From: breadbread1984 (breadbread1984_at_[hidden])
Date: 2015-07-29 11:24:03


I am using xml_oarchive/iarchive to serialize and deserialize a graph. I can
serialize successfully but cant deserialize from the output file. An exception
of input stream error is throwed out when I deserialize from the file. I paste
a small program which can reproduce the problem [here]
(http://www.rapidshare.com.cn/jHQIrOv). How could I solve the problem. Thx in
advance.