view lphobos/typeinfo1/ti_ifloat.d @ 556:c23f4cfe4f2b

Link in pthread, dl and m on OS X.
author Christian Kamm <kamm incasoftware de>
date Fri, 29 Aug 2008 14:11:20 +0200
parents b86e00b938a5
children
line wrap: on
line source


// ifloat

module typeinfo1.ti_ifloat;

private import typeinfo1.ti_float;

class TypeInfo_o : TypeInfo_f
{
    char[] toString() { return "ifloat"; }
}