[Issue 11349] New: Array!bool should be size_t indexed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 25 00:18:47 PDT 2013


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 at puremagic.com
        ReportedBy: monarchdodra at gmail.com


--- Comment #0 from monarchdodra at gmail.com 2013-10-25 00:18:46 PDT ---
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: -------


More information about the Digitalmars-d-bugs mailing list