write patch engine

This commit is contained in:
2024-05-04 10:24:52 +00:00
parent 9b8c1569a6
commit 6af4d88535
7 changed files with 343 additions and 18 deletions

View File

@ -534,6 +534,8 @@ class vector {
// allocated_length = new_allocated_length;
// }
}
T *data() { return raw_beg; }
};
template <typename T>
std::allocator<T> vector<T>::alloc;