ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/Predicate.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/Predicate.hpp (file contents):
Revision 2212 by tim, Fri Apr 22 21:52:51 2005 UTC vs.
Revision 2213 by chuckv, Fri Apr 22 21:57:16 2005 UTC

# Line 160 | Line 160 | operator||( const PredFacade<Pred1T>& Pred1, const Pre
160      // Doing the static_cast with the pointer instead of the reference
161      // is a workaround for some compilers which have problems with
162      // static_cast's of template references, i.e. CW8. /grafik/
163 <    return detail::PredOrFunctor<Pred1T,Pred2T>(
163 >    return PredOrFunctor<Pred1T,Pred2T>(
164          *static_cast<const Pred1T*>(&Pred1),
165          *static_cast<const Pred2T*>(&Pred2));
166   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines