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

This commit is contained in:
2017-04-15 05:12:09 +00:00
parent 364cba2733
commit 9c59a27999
6 changed files with 7 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ public:
oj = (other.piv_size != 0 && other.piv_data == 0);// || (other.piv_size == 0 && other.piv_data != 0);
//printf("operator= (%p = %p) (s=%d, d=%p, o.s=%d, o.d=%p) (%d, %d) ... o[\n", this, &other, int(piv_size), piv_data, int(other.piv_size), other.piv_data, int(tj), int(oj));
if (tj) {
printf("JUNK this\n");
//printf("JUNK this\n");
_reset();
} else {
clear();
@@ -88,7 +88,7 @@ public:
for (size_t i = 0; i < piv_size; ++i)
elementNew(piv_data + i, other.piv_data[i]); //piv_data[i] = other.piv_data[i];
} else {
printf("JUNK other\n");
//printf("JUNK other\n");
}
//printf("o]\n");
return *this;