Changed functor base names and added to version

This commit is contained in:
maartenkeijzer 2000-10-09 16:13:20 +00:00
commit f7c98d5b31
23 changed files with 64 additions and 48 deletions

View file

@ -38,7 +38,7 @@
new individuals into the (intermediate) population for example.
*/
template <class EOT>
class eoInserter : public eoUnaryFunctor<eoInserter<EOT>&, const EOT&>
class eoInserter : public eoUF<const EOT&, eoInserter<EOT>&>
{
public :
virtual ~eoInserter() {}