SPEA2 archive internal comparator updated on how to order ties in order to avoid some segfault with some compilers
This commit is contained in:
parent
b151ca140d
commit
bf7f395115
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ private:
|
||||||
it1++;
|
it1++;
|
||||||
it2++;
|
it2++;
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue