view runtime/internal/typeinfo/ti_idouble.d @ 557:aef77ae1d32c

Enable unwind code on darwin.
author Christian Kamm <kamm incasoftware de>
date Fri, 29 Aug 2008 14:16:18 +0200
parents 44f08170f4ef
children
line wrap: on
line source


// idouble

module typeinfo.ti_idouble;

private import typeinfo.ti_double;

class TypeInfo_p : TypeInfo_d
{
    char[] toString() { return "idouble"; }
}