Compare commits
1 Commits
788ad8f2c0
...
a61c8477c7
| Author | SHA1 | Date | |
|---|---|---|---|
| a61c8477c7 |
@@ -365,8 +365,8 @@ public:
|
||||
return *this;
|
||||
}
|
||||
if (other.size() == 2) {
|
||||
insert(other.pim_index[0].key, other.pim_content[0]);
|
||||
insert(other.pim_index[1].key, other.pim_content[1]);
|
||||
insert(other.pim_index[0].key, other.pim_content[other.pim_index[0].index]);
|
||||
insert(other.pim_index[1].key, other.pim_content[other.pim_index[1].index]);
|
||||
return *this;
|
||||
}
|
||||
for (int i = 0; i < other.pim_index.size_s(); ++i) {
|
||||
|
||||
Reference in New Issue
Block a user