view lphobos/typeinfo1/ti_idouble.d @ 749:db2dd9861600

Add basic CMake build file.
author Christian Kamm <kamm incasoftware de>
date Sun, 02 Nov 2008 21:47:31 +0100
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"; }
}