view lphobos/std/typeinfounsupported/ti_ireal.d @ 18:c05ef76f1c20 trunk

[svn r22] * Forgot to add std.stdio
author lindquist
date Thu, 04 Oct 2007 01:47:53 +0200
parents c53b6e3fe49a
children
line wrap: on
line source


// ireal

module std.typeinfo.ti_ireal;

private import std.typeinfo.ti_real;

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