view lphobos/typeinfo1/ti_idouble.d @ 905:bd000a7fab18

Applied doob's patch to port GDC's Dyld data segment tracking for Mac.
author Christian Kamm <kamm incasoftware de>
date Sat, 24 Jan 2009 00:33:06 +0100
parents b86e00b938a5
children
line wrap: on
line source


// idouble

module typeinfo1.ti_idouble;

private import typeinfo1.ti_double;

class TypeInfo_p : TypeInfo_d
{
    char[] toString() { return "idouble"; }
}