This commit is contained in:
Jeff Hill
2003-02-18 23:46:13 +00:00
parent efa1cfac35
commit 0207edfdbd

View File

@@ -38,7 +38,7 @@ public:
T * get () const;
T * release ();
private:
T *p;
T * p;
// not implemented
autoPtrDestroy<T> & operator = ( const autoPtrDestroy<T> & );
autoPtrDestroy ( const autoPtrDestroy<T> & );