apply -> apply<EOT> for MSVC

This commit is contained in:
evomarc 2002-01-17 17:51:58 +00:00
commit 6ddec3bdce
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ int main(int argc, char* argv[])
//// GO
///////
// evaluate intial population AFTER help and status in case it takes time
apply(eval, pop);
apply<EOT>(eval, pop);
// print it out
cout << "Initial Population\n";
pop.sortedPrintOn(cout);