Removed explicit VectorI::operator[]
Since Vector instances can be implicitely converted to T*, native operator[] will work on them Former-commit-id: 3f4a1822c514886dee7d9e5dab816c80e5c5ee99
This commit is contained in:
@@ -67,9 +67,6 @@ template<typename T> class NzVector3
|
||||
operator T*();
|
||||
operator const T*() const;
|
||||
|
||||
T& operator[](unsigned int i);
|
||||
T operator[](unsigned int i) const;
|
||||
|
||||
const NzVector3& operator+() const;
|
||||
NzVector3 operator-() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user