I never expected bits0 to work, but C-- didn't complain. I used it to copy an array that happened to be of size zero. I had intended to test for this case and suppress the copy .... Will C-- correctly not copy anything, or do I still have to suppress it myself?
bits0[H23] = bits0[H19]; -- hendrik _______________________________________________ Cminusminus mailing list [email protected] https://cminusminus.org/mailman/listinfo/cminusminus
