view lphobos/typeinfo1/ti_idouble.d @ 746:693d681c846c

asm4 fix.
author Christian Kamm <kamm incasoftware de>
date Sat, 01 Nov 2008 17:56:25 +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"; }
}