<div dir="ltr"><span style="font-size:12.8px">> No problem.  Well, except you didn't follow me to the very end.  I think that 'one' really has to become 1ULL, not just 1U.  If only because only the latter makes the warning actually go away.  1U is unsigned int, but the constructor for std::bitset<> being used here takes unsigned long long.</span><br><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Ah, I was hoping I could get away with not doing that, since the bitset we're ultimately creating is only 32 bits wide. Alas, it seems that compilers can be picky sometimes. :)</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Swapped to 1ULL in r</span><span style="font-size:12.8px">273955; thanks again.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">> </span><span style="font-size:12.8px">And at ~2000 post/week, I wasn't sure I wanted to subscribe to that flood just yet.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Totally understandable.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 27, 2016 at 3:27 PM, Hans-Bernhard Bröker <span dir="ltr"><<a href="mailto:HBBroeker@t-online.de" target="_blank">HBBroeker@t-online.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am 27.06.2016 um 20:45 schrieb George Burgess IV:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Fixed in r273902. Thanks for pinging this!<br>
</blockquote>
<br></span>
No problem.  Well, except you didn't follow me to the very end.  I think that 'one' really has to become 1ULL, not just 1U.  If only because only the latter makes the warning actually go away.  1U is unsigned int, but the constructor for std::bitset<> being used here takes unsigned long long.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
(Also, in the future, if you could add reviewers/the patch author to the<br>
CC line for things like this, that would be really helpful. Many of us<br>
have lots of email filters set up, so being cc'ed makes a difference. :) )<br>
</blockquote>
<br></span>
I'll admit I didn't search very hard, but the list was the only address I actually found.  And at ~2000 post/week, I wasn't sure I wanted to subscribe to that flood just yet.<br>
<br>
<br>
</blockquote></div><br></div>