view lphobos/typeinfo1/ti_ifloat.d @ 784:a45179dfaa43

Fix float->bool, #130. Thanks fvbommel.
author Christian Kamm <kamm incasoftware de>
date Sun, 23 Nov 2008 21:57:11 +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"; }
}