view runtime/internal/typeinfo/ti_idouble.d @ 754:f34b552619fd

Update tango patch to latest tango revision.
author Christian Kamm <kamm incasoftware de>
date Sat, 08 Nov 2008 10:22:08 +0100
parents 44f08170f4ef
children
line wrap: on
line source


// idouble

module typeinfo.ti_idouble;

private import typeinfo.ti_double;

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