digitalmars.D.bugs - [Issue 11349] New: Array!bool should be size_t indexed
- d-bugmail puremagic.com (19/19) Oct 25 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11349
- d-bugmail puremagic.com (13/13) Oct 25 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11349
http://d.puremagic.com/issues/show_bug.cgi?id=11349 Summary: Array!bool should be size_t indexed Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: monarchdodra gmail.com Indexing it with ulong just creates all kinds of problems on 32 bit machines. It's not worth the trouble of not being able to index more than 4e9 elements. https://github.com/D-Programming-Language/phobos/pull/1656 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 25 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11349 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Status|NEW |RESOLVED CC| |andrej.mitrovich gmail.com Resolution| |FIXED 11:16:34 PDT --- https://github.com/D-Programming-Language/phobos/commit/9d48f6fa19edba7be2168ee55816181046459421 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 25 2013