What is `^ used for? Maybe we should drop it until the use can define how it should work. :)
/ Mirar
Previous text:
2003-02-05 17:16: Subject: Xor
Depends on what `- is used for. I guess the common use is to clear out all elements.
Having (<1,1,2>) - (<1>) = (<1,2>) would be kind of nice, but then one would need some other operation for deleteing all the ones. m - (<1,1,1,1,1,1,1,1,1>) or m - sizeof(m) * (<1>) isn't particularly pretty.
BTW, why doesn't int * multiset work?
/ Niels Möller ()