view lphobos/typeinfo1/ti_ireal.d @ 799:9f92b6e40fd3

Do put zero in vtable initializer for function without body in abstract class.
author Christian Kamm <kamm incasoftware de>
date Sat, 29 Nov 2008 17:13:38 +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"; }
}