view lphobos/typeinfo1/ti_ifloat.d @ 374:1f20b9f7de1b

Fix nativeobj extension for Windows.
author Christian Kamm <kamm incasoftware de>
date Mon, 21 Jul 2008 20:11:15 +0200
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"; }
}