Re: [Boost-users] boost::serialisation -Non-default Constructors
28 Jan
2006
28 Jan
'06
2:19 p.m.
Yes. Each class you want to serialize needs a default constructor in addition to whatever other constructors your application needs. Merrill
28 Jan
28 Jan
5:11 p.m.
New subject: boost::serialisation -Non-default Constructors
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
7462
Age (days ago)
7462
Last active (days ago)
4 comments
5 participants
participants (5)
-
Merrill Cornish -
Robert Ramey