January 18, 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@digitalmars.com
        ReportedBy: kamm-removethis@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


-- 

April 01, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2591


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2009-04-01 13:47 -------
Fixed DMD 1.042 and 2.027


--