It was all much ado about const
This commit is contained in:
@@ -770,6 +770,10 @@ public:
|
|||||||
return MYBASE::operator[](static_cast<MYSIZE>(nIdx));
|
return MYBASE::operator[](static_cast<MYSIZE>(nIdx));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CT& operator[](long long unsigned int nIdx){
|
||||||
|
return MYBASE::operator[](static_cast<MYSIZE>(nIdx));
|
||||||
|
}
|
||||||
|
|
||||||
const CT& operator[](long long unsigned int nIdx) const {
|
const CT& operator[](long long unsigned int nIdx) const {
|
||||||
return MYBASE::operator[](static_cast<MYSIZE>(nIdx));
|
return MYBASE::operator[](static_cast<MYSIZE>(nIdx));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user