Auto_ptr deallocating object because of an unconstructed objectOur code base uses the no throw version of new. Simply put I want the calling function to still ha...
Auto_ptr deallocating object because of an unconstructed objectI want to be able to pass an auto_ptr as an argument to a constructor. But if the new object could n...
Auto_ptr deallocating object because of an unconstructed objectHi, I have the following piece of code - foo(Auto_ptr<A> autop1){ Auto_ptr<B>autop2(new B...
This user does not accept Private Messages