view lphobos/typeinfo1/ti_ifloat.d @ 776:6aa2b350c8cc

tango patch fix
author tomas@myhost
date Thu, 20 Nov 2008 17:20:00 +0100
parents b86e00b938a5
children
line wrap: on
line source


// ifloat

module typeinfo1.ti_ifloat;

private import typeinfo1.ti_float;

class TypeInfo_o : TypeInfo_f
{
    char[] toString() { return "ifloat"; }
}