Small upgrade for gcc 3.3 (I guess no-one is using those files, right?)
This commit is contained in:
parent
a17e266c46
commit
935910f2f4
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ public:
|
|||
|
||||
struct WorthPair : public std::pair<WorthT, const EOT*>
|
||||
{
|
||||
bool operator<(const WorthPair& other) const { return other.first < first; }
|
||||
bool operator<(const WorthPair& other) const { return other.first < this->first; }
|
||||
};
|
||||
|
||||
void operator()(eoPop<EOT>& _parents, eoPop<EOT>& _offspring)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue