COMMON: Remove implicit conversion from ScopedPtr<T> to T*.

This commit is contained in:
Christoph Mallon 2011-08-06 13:22:52 +02:00
parent c21f87836e
commit 2f23ff72c1

View File

@ -231,7 +231,6 @@ public:
ReferenceType operator*() const { return *_pointer; }
PointerType operator->() const { return _pointer; }
operator PointerType() const { return _pointer; }
/**
* Implicit conversion operator to bool for convenience, to make