view lphobos/typeinfo1/ti_idouble.d @ 790:e6fe47d46783

Updated tango patch, the object.di changes are now in tango trunk
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 27 Nov 2008 02:16:55 +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"; }
}