<div dir="ltr">On 7 June 2013 15:14, Benjamin Kramer <span dir="ltr"><<a href="mailto:benny.kra@googlemail.com" target="_blank">benny.kra@googlemail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+    // For the last word check that the lower bits are ones. The unused bits are<br>
+    // always zero.<br>
+    return Bits[NumBitWords(size()) - 1] == ~(~0UL << (Size % BITWORD_SIZE));<br></blockquote><div><br></div><div>This looks like it will do the wrong thing if Size is a multiple of BITWORD_SIZE.</div><div><br></div>
<div>Jay.</div></div></div></div>