Changed functor base names and added to version
This commit is contained in:
parent
1d0794c46a
commit
f7c98d5b31
23 changed files with 64 additions and 48 deletions
|
|
@ -37,7 +37,7 @@ the population, the second argument is an eoPopRange, a simple struct
|
|||
that holds a begin and end iterator to the population
|
||||
*/
|
||||
template<class EOT>
|
||||
class eoSelect : public eoBinaryFunctor<void, const eoPop<EOT>&, eoPop<EOT>&>
|
||||
class eoSelect : public eoBF<const eoPop<EOT>&, eoPop<EOT>&, void>
|
||||
{};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue