On Wed, Feb 04, 2004 at 01:38:04PM +0200, Martin Vermeer wrote: > --- cursor.h 3 Feb 2004 16:44:56 -0000 1.29 > +++ cursor.h 4 Feb 2004 11:24:41 -0000 > @@ -33,6 +33,18 @@ class PainterInfo; > class MathUnknownInset; > class MathGridInset; > > + > +namespace turd { > + > +template <typename A, typename B> > +bool ptr_cmp(A const * a, B const * b) > +{ > +return a == b; > +} > + > +} // end namespace > +
cursor.h is not really the best place for hacks. In any case, at least a comment saying 'can be removed as soon as 2.95 is not supported' would be in order. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)