Re: bitset: check the operations

2018-11-28 Thread Bruno Haible
Hi Akim, > Bruno, is this what you had in mind? Yes, exactly! > I could use macros to reduce to boilerplate, but whether > to factor completely with macros, or avoid macros as much > as possible at the cost of possible redundancy depends on > people: which one do you want? I don't have preferen

bitset: check the operations

2018-11-28 Thread Akim Demaille
on of 'not'. commit 1b9ea5ef4cdc15e0ade3852d0ff145e7f07ef6d7 Author: Akim Demaille Date: Wed Nov 28 05:56:21 2018 +0100 bitset: check the operations * tests/test-bitset.c (bitset_random): New. Use it. * lib/bitset/expandable.c (ebitset_not): Fix typo. diff --gi