COMMON: Remove implicit conversion from ScopedPtr<T> to T*.
This commit is contained in:
parent
c21f87836e
commit
2f23ff72c1
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ public:
|
||||||
|
|
||||||
ReferenceType operator*() const { return *_pointer; }
|
ReferenceType operator*() const { return *_pointer; }
|
||||||
PointerType operator->() const { return _pointer; }
|
PointerType operator->() const { return _pointer; }
|
||||||
operator PointerType() const { return _pointer; }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implicit conversion operator to bool for convenience, to make
|
* Implicit conversion operator to bool for convenience, to make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue