www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2591] New: custom allocator new argument should be size_t instead of uint

reply d-bugmail puremagic.com writes:
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


-- 
Jan 18 2009
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2591


bugzilla digitalmars.com changed:

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





Fixed DMD 1.042 and 2.027


-- 
Apr 01 2009