view druntime/src/compiler/dmd/typeinfo/ti_idouble.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


// idouble

module rt.typeinfo.ti_idouble;

private import typeinfo.ti_double;

class TypeInfo_p : TypeInfo_d
{
    override string toString() { return "idouble"; }
}