view runtime/internal/typeinfo/ti_ireal.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


// ireal

module typeinfo.ti_ireal;

private import typeinfo.ti_real;

class TypeInfo_j : TypeInfo_e
{
    char[] toString() { return "ireal"; }
}