$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-11-29 18:58:33
Look carefully at the demo_pimpl example in the serialization library
examples.
Note the explicit instantiation of the required code.
Robert Ramey
Youhei Murakami wrote:
>> Hello everyone. I tried to serialize tree data structure.
>> Tree-structure's "node"-class holds "Impl"-structure and
>> Impl-structure holds child nodes as vector<shared_ptr<node> >.
>> Problems occur when serializing a tree structure that was constructed
>> using above structures.
>> Compile errors not occur, but run-time error occures at
>> serialization of input-stream.
>> If exists someone who knows the reason of it., please teach me that.
>> please god bless me!
you're blessed.
Robert Ramey