|
Boost Users : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-03-02 00:20:51
gast128 wrote:
> Dear all,
>
> I ran into an exception thrown by the constructor. But there is no
> way to call 'delete_created_pointers' on the object since the object
> is never fully created (see below)
Note: the function of 'delete_created_pointers' is to delete any
pointer created during the process of loading. Construction
of an archive creates no such pointers. So not calling
'delete_created_pointers' in this case will have no effect and
does not need to be called.
Robert Ramey
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net