[Issue 15364] BitArray.len should be private
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jan 25 19:58:29 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15364
Steven Schveighoffer <schveiguy at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |schveiguy at yahoo.com
Resolution|FIXED |---
Severity|normal |major
--- Comment #4 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Has been "reverted", albeit with deprecations. Reopening so it doesn't get
forgotten -- yes, you can once again mess up BitArray by writing directly to
len and ptr.
Reference: https://github.com/D-Programming-Language/phobos/pull/3950
--
More information about the Digitalmars-d-bugs
mailing list