From: Robert Ramey (ramey_at_[hidden])
Date: 2006-01-28 12:11:04


Merrill Cornish wrote:
> Yes. Each class you want to serialize needs a default
> constructor in addition to whatever other constructors
> your application needs.
>
> Merrill

Not in the boost serialization library.

Look in the documentation under reference/serializable
concept/pointers/non-default constructors

Robert Ramey