view druntime/src/compiler/ldc/typeinfo/ti_ifloat.d @ 759:d3eb054172f9

Added copy of druntime from DMD 2.020 modified for LDC.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 11 Nov 2008 01:52:37 +0100
parents
children
line wrap: on
line source


// ifloat

module rt.typeinfo.ti_ifloat;

private import typeinfo.ti_float;

class TypeInfo_o : TypeInfo_f
{
    override string toString() { return "ifloat"; }
}