view runtime/internal/typeinfo/ti_idouble.d @ 865:5e5873d847f6

Add missing overrides for toConstExp to dmd2/expression.h. Fixes #156.
author Christian Kamm <kamm incasoftware de>
date Sat, 20 Dec 2008 09:15:31 +0100
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"; }
}