www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1128] New: DMD -H converts inout's to ref's

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1128

           Summary: DMD -H converts inout's to ref's
           Product: D
           Version: 1.011
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: onlystupidspamhere yahoo.se


The generated header file uses ref's for both inout's and ref's. This created
some small problems with Tango.


-- 
Apr 11 2007
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1128


bugzilla digitalmars.com changed:

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





If you compile with -v1 too, it should leave it as 'inout'.


-- 
Apr 12 2007