Jo Dillon writes:
 > Sounds a reasonable idea (unless anyone else can see problems) as long
 > as it can cope with adding a 32-bit char to a string which is initally
 > 8-bit. Feel like implementing it? :)

Yes, why not.
Do I need something special to access the CVS?

PS:
>               return 1 << kind () + other.kind (); // or use _rep._kind
This was braindamaged of course!
Should be
>               return kind () << 2 + other.kind (); // or use _rep._kind
of course!

Reply via email to