prevent "nsTArray< nsAutoPtr<T> >", which could easily lead to problems. bug 316782 r+sr=jag
git-svn-id: svn://10.0.0.236/trunk@185232 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -71,6 +71,10 @@ class nsAutoPtr
|
||||
delete oldPtr;
|
||||
}
|
||||
|
||||
// NOT IMPLEMENTED
|
||||
nsAutoPtr( const nsAutoPtr<T>& aSmartPtr );
|
||||
nsAutoPtr<T>& operator=( const nsAutoPtr<T>& rhs );
|
||||
|
||||
private:
|
||||
T* mRawPtr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user