On Wed, Feb 04, 2004 at 12:42:51PM +0100, Andre Poenitz spake thusly:
 
> 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.

Do we need a hacks.h?
 
> In any case, at least a comment saying 'can be removed as soon as 2.95
> is not supported' would be in order.
> 
> Andre'

OK, it's in, without the namespace and with that comment.

About 2.95 support, I suppose I would be able to go up to gcc 3.2.3 --
just have to edit my CVS/Root files to access the read/write
repository... I think. But as long as Debian stable has it as default
(and then a little longer :-) we should perhaps go on supporting it as
it will be found, e.g., on our school network with little hope 
to get it upgraded. Providing of course that doing so remains
relatively straightforward.

- Martin

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to