decorated sort and max with std:: specifier

This commit is contained in:
maartenkeijzer 2003-03-02 11:35:43 +00:00
commit 33fae18bdd
2 changed files with 4 additions and 4 deletions

View file

@ -164,7 +164,7 @@ class eoPerf2WorthCached : public eoPerf2Worth<EOT, WorthT>
indices[i] = i;
}
sort(indices.begin(), indices.end(), eoPerf2Worth<EOT,WorthT>::compare_worth(value()));
std::sort(indices.begin(), indices.end(), eoPerf2Worth<EOT,WorthT>::compare_worth(value()));
eoPop<EOT> tmp_pop;
tmp_pop.resize(_pop.size());