From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-10-07 10:58:02


Joseph Gauterin wrote:
> I don't think that copy_ptr class handles deletion of a pointer to an
> incomplete type properly.

Actually, it's not the only problem, copying or operator= doesn't work
too with incomplete types.
I wasn't aware of this issues.

One way to fix that would be to declare functions for deletion and
cloning and then define them along with the internal structure.