diff lphobos/typeinfos1.d @ 62:b86e00b938a5 trunk

[svn r66] Added support for imaginary floating point types
author lindquist
date Thu, 25 Oct 2007 09:48:36 +0200
parents 2c3cd3596187
children 3efbcc81ba45
line wrap: on
line diff
--- a/lphobos/typeinfos1.d	Thu Oct 25 09:26:17 2007 +0200
+++ b/lphobos/typeinfos1.d	Thu Oct 25 09:48:36 2007 +0200
@@ -7,7 +7,10 @@
 typeinfo1.ti_dchar,
 typeinfo1.ti_double,
 typeinfo1.ti_float,
+typeinfo1.ti_ifloat,
+typeinfo1.ti_idouble,
 typeinfo1.ti_int,
+typeinfo1.ti_ireal,
 typeinfo1.ti_long,
 typeinfo1.ti_ptr,
 typeinfo1.ti_real,