From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-07-21 07:44:01


Pavol Droba wrote:

>Now my comments to your patches:
>
>1.) const Predicate& Pred
>Although this change can bring a performance benefits, it has one big
>drawback. You cannot pass an ordinary C function as predicate.
>At least not in VC++ 7.1
>
>
Would it be possible to use the argument_traits library to determine the
most efficient way of passing the argument? Or would that destroy the
deduction of template arguments?

Sebastian