зеркало из https://github.com/mozilla/gecko-dev.git
prevent "nsTArray< nsAutoPtr<T> >", which could easily lead to problems. bug 316782 r+sr=jag
This commit is contained in:
Родитель
38154c250e
Коммит
ba9e9cba22
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче