
21 Aug
2005
21 Aug
'05
11:11 p.m.
----- Original Message ----- From: "Matt Hurd" <matt.hurd@gmail.com> To: <boost@lists.boost.org> Sent: Monday, August 22, 2005 10:58 AM Subject: Re: [boost] Suggestion for serialization
On 22/08/05, Scott Woods <scottw@qbik.com> wrote: <snip> virtual ~persistent() { save(); } <snip>
Might this throw?
Sure. Left a lot out of the sample in the hope that it would be clearer. Actually haven't answered the "exception in dtor" issue in my own code yet; not elegantly that's for sure. I'm hoping this doesn't kneecap the entire idea.