This commit is contained in:
MihailRis
2024-10-03 18:24:57 +03:00
parent f7492ce449
commit 73903f82ae
+1 -1
View File
@@ -67,7 +67,7 @@ namespace util {
} }
const T* end() const { const T* end() const {
return ptr.get() + size; return ptr.get() + length;
} }
}; };
} }