view lphobos/typeinfo1/ti_idouble.d @ 1575:299a6b634178

This flush is not needed anymore.
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 25 Aug 2009 21:21:37 +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"; }
}