git-svn-id: svn://db.shs.com.ru/pip@664 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2018-11-27 08:20:02 +00:00
parent 659f53470a
commit 139694fce3
2 changed files with 8 additions and 11 deletions

View File

@@ -212,6 +212,9 @@ public:
assert(0);
return *this;
}
inline void _copyRaw(T * dst, const T * src, size_t size) {
newT(dst, src, size);
}
inline PIVector<T> & reserve(size_t new_size) {
if (new_size <= piv_rsize) return *this;