This commit is contained in:
MihailRis
2025-02-26 00:22:57 +03:00
parent b52cc1aea0
commit 7facc33a7e
2 changed files with 74 additions and 75 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
}
size_t size() const {
return pptr()-pbase();
return pptr() - pbase();
}
protected:
int_type overflow(int_type c) override {