--- trunk/src/utils/Predicate.hpp 2005/04/22 21:52:51 515 +++ trunk/src/utils/Predicate.hpp 2005/04/22 21:57:16 516 @@ -160,7 +160,7 @@ operator||( const PredFacade& Pred1, const Pre // Doing the static_cast with the pointer instead of the reference // is a workaround for some compilers which have problems with // static_cast's of template references, i.e. CW8. /grafik/ - return detail::PredOrFunctor( + return PredOrFunctor( *static_cast(&Pred1), *static_cast(&Pred2)); }