view lphobos/typeinfo1/ti_ireal.d @ 1039:21691e437c95

Updated lifetime.d with a 32bit faster codepath for overflow checks.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 03 Mar 2009 19:47:39 +0100
parents b86e00b938a5
children
line wrap: on
line source


// ireal

module typeinfo1.ti_ireal;

private import typeinfo1.ti_real;

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