$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] (De-) Serialization with constructor arguments
From: Damien Hocking (damien_at_[hidden])
Date: 2009-05-09 21:57:25
Hi all,
I'm using boost::serialization in a project and I was wondering if
there's a way to deserialize through a non-default constructor that
takes an argument. All the examples I've seen use default constructors.
Damien