view lphobos/std/typeinfounsupported/ti_idouble.d @ 16:860524276608 trunk

[svn r20] * Added a simple compiletime std.stdio by downs * Added a simple lphobos of std.stdio (so far) * 'tester.sh run' now links to lphobos
author lindquist
date Wed, 03 Oct 2007 05:41:15 +0200
parents c53b6e3fe49a
children
line wrap: on
line source


// idouble

module std.typeinfo.ti_idouble;

private import std.typeinfo.ti_double;

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