19 Jul
2007
19 Jul
'07
12:48 a.m.
Noah Roberts wrote:
I have an object that uses scoped_ptr to point to it's impl...an incomplete type forward declared in the header and implemented in the cpp file.
This object *does have a user defined destructor*! This user defined destructor is defined after the opaque type has been fully defined in the same cpp file.
Try adding an out of line _constructor_ as well. If this doesn't help, post code.