14 Nov
2001
14 Nov
'01
6:46 p.m.
On Wednesday 14 November 2001 10:38 am, you wrote:
Can you please email that patch? (I'm still trying to grok whether this breaks compatibilities. Binary yes, I guess.)
I've attached the patch against current CVS. It will break binary compatibility on some platforms. There is also a source compatibility break if one uses: relation r = ...; if (r == true) ... If that's a concern, it can be fixed with a few overloads of operator== and operator!= for (relation,bool) and (bool,relation). Doug