We gotta go longer!

This commit is contained in:
Ben "root" Anderson
2013-10-25 02:04:23 -05:00
parent 0d86db9942
commit cdb551b115
+4
View File
@@ -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
{