Dear all
class BDecoder {
typedef std::auto_ptr BItem_Ptr;
….
return std::auto_ptr( new BErrorItem );
return BItem_Ptr( new BErrorItem );
— cheers atul
Dear all
class BDecoder {
typedef std::auto_ptr BItem_Ptr;
….
return std::auto_ptr( new BErrorItem );
return BItem_Ptr( new BErrorItem );
— cheers atul
Would you like to post a relpy?