24 Oct
2014
24 Oct
'14
3:48 p.m.
Try making the following change: ... ofstream ofs("test", "b"); // open stream for binary output binary_oarchive oa(ofs); oa<<myMap; ofs.close(); ofs.clear(); myMap.clear(); ... Robert Ramey -- View this message in context: http://boost.2283326.n4.nabble.com/Map-Binary-archive-problem-May-be-a-bug-t... Sent from the Boost - Users mailing list archive at Nabble.com.