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:
Lynix
2014-06-27 21:15:11 +02:00
parent dcca3d03d4
commit 032b2ed79b
6 changed files with 0 additions and 111 deletions

View File

@@ -55,9 +55,6 @@ class NzVector2
operator T*();
operator const T*() const;
T& operator[](unsigned int i);
T operator[](unsigned int i) const;
const NzVector2& operator+() const;
NzVector2 operator-() const;