[llvm-bugs] [Bug 35438] std::bitset::bitset(unsigned long long) does not zero unused bits
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 27 11:04:36 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=35438
Marshall Clow (home) <mclow.lists at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Marshall Clow (home) <mclow.lists at gmail.com> ---
> I think it is fair to argue that to_ulong() should output a number smaller than 2^N.
I agree - that's what I was getting at with the comment about "not returning
bits that are not part of '*this'"
Fixed in revision 319074.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171127/6f2e668a/attachment.html>
More information about the llvm-bugs
mailing list