Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3426

Show
Ignore:
Timestamp:
04/09/08 17:29:13 (8 months ago)
Author:
larsivi
Message:

Really fix some GDC suckage, refs #1029

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/convert/Layout.d

    r3422 r3426  
    196196                foreach (i, arg; arguments) 
    197197                        { 
    198                         arglist[i] = args; 
    199198                        static if (is(typeof(args.ptr))) 
    200199                            arglist[i] = args.ptr;