We gotta go longer!
This commit is contained in:
@@ -769,6 +769,10 @@ public:
|
||||
const CT& operator[](long unsigned int nIdx) const {
|
||||
return MYBASE::operator[](static_cast<MYSIZE>(nIdx));
|
||||
}
|
||||
|
||||
const CT& operator[](long long unsigned int nIdx) const {
|
||||
return MYBASE::operator[](static_cast<MYSIZE>(nIdx));
|
||||
}
|
||||
#ifndef SS_NO_IMPLICIT_CASTS
|
||||
operator const CT*() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user