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
|
|
@ -33,7 +33,7 @@
|
|||
* false for termination
|
||||
*/
|
||||
template< class EOT>
|
||||
class eoContinue : public eoUnaryFunctor<bool, const eoPop<EOT>&> {};
|
||||
class eoContinue : public eoUF<const eoPop<EOT>&, bool> {};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue