
2 May
2012
2 May
'12
4:45 p.m.
Hi Joel, Joel wrote:
I've noticed that the dynamic_bitset seems to have endian issues.
Do you have a test case that you can share?
For masking out the ith bit in a block, it uses 1 shifted left by i. As a result, the bits are not consecutive.
What do you mean by "consecutive"? Why do you think this matters? (I have just had a quick look at the code, and I've not seen anything like casts or unions that could cause endianness issues.) Regards, Phil.