git-svn-id: svn://db.shs.com.ru/pip@745 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -360,7 +360,7 @@ private:
|
||||
piv_size = new_size;
|
||||
size_t as = asize(new_size);
|
||||
if (as == piv_rsize) return;
|
||||
if(as > 1000) printf("too much vector size %d(%d)", new_size, as);
|
||||
if(as > 1000) printf("too much vector size %d(%d)", (int)new_size, (int)as);
|
||||
|
||||
//cout << std::hex << " ![("<<this<<")realloc " << piv_data << " data ... <\n" << endl;
|
||||
T * p_d = (T*)(realloc((void*)(piv_data), as*sizeof(T)));
|
||||
|
||||
Reference in New Issue
Block a user