view lphobos/typeinfo1/ti_idouble.d @ 620:718ddecc053c

Fix downs' raytracer demo to use new intrinsics.
author Christian Kamm <kamm incasoftware de>
date Wed, 01 Oct 2008 17:54:44 +0200
parents b86e00b938a5
children
line wrap: on
line source


// idouble

module typeinfo1.ti_idouble;

private import typeinfo1.ti_double;

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