[Issue 18134] BitArray >>= broken when length % (8 * size_t.sizeof) == 0

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 6 19:14:09 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18134

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/b211347454b70fdb5a539f3fd8bc82fcec846e70
Fix issue 18134 - BitArray right shift broken if length is multiple of
8*size_t.sizeof

https://github.com/dlang/phobos/commit/6264e40d8abbb411d4391b3cf8c4d2d4c69423e1
Merge pull request #6110 from byebye/issue_18134

Fix issue 18134 - BitArray right shift broken if length is multiple of
8*size_t.sizeof
merged-on-behalf-of: Jack Stouffer <jack at jackstouffer.com>

--


More information about the Digitalmars-d-bugs mailing list