Changeset 3422
- Timestamp:
- 04/09/08 13:07:15 (8 months ago)
- Files:
-
- trunk/tango/text/convert/Layout.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/convert/Layout.d
r3420 r3422 197 197 { 198 198 arglist[i] = args; 199 static if (is(typeof(args.ptr))) 200 arglist[i] = args.ptr; 201 else 202 arglist[i] = args; 199 203 /* Since floating point types don't live on 200 204 * the stack, they must be accessed by the












