SPEA2 archive internal comparator updated on how to order ties in order to avoid some segfault with some compilers

This commit is contained in:
Arnaud Liefooghe 2014-11-19 09:39:10 +01:00
commit bf7f395115

View file

@ -364,7 +364,7 @@ private:
it1++;
it2++;
}
return true;
return false;
}
};