[Issue 2591] New: custom allocator new argument should be size_t instead of uint

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 18 04:14:17 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2591

           Summary: custom allocator new argument should be size_t instead
                    of uint
           Product: D
           Version: 1.038
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: kamm-removethis at incasoftware.de


This is the result of the LDC ticket
http://www.dsource.org/projects/ldc/ticket/175

I have patched LDC to switch the expected type from uint to size_t:
http://www.dsource.org/projects/ldc/changeset/891%3Aea82e2077f9d


-- 



More information about the Digitalmars-d-bugs mailing list