12 May
2005
12 May
'05
4:20 p.m.
Dear All,
I'm trying to figure out if something like the below is possible with
the serialization library. The
idea is to serialize a heterogeneous sequence using shared_pointer<void>.
thanks for any help
Sean
void
hetero_sequence()
{
// create and open a character archive for output
std::ofstream ofs("dictionary.pickle");
boost::archive::text_oarchive oa(ofs);
std::deque