comparison 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
comparison
equal deleted inserted replaced
61:0258a7171a42 62:b86e00b938a5
5 typeinfo1.ti_char, 5 typeinfo1.ti_char,
6 typeinfo1.ti_delegate, 6 typeinfo1.ti_delegate,
7 typeinfo1.ti_dchar, 7 typeinfo1.ti_dchar,
8 typeinfo1.ti_double, 8 typeinfo1.ti_double,
9 typeinfo1.ti_float, 9 typeinfo1.ti_float,
10 typeinfo1.ti_ifloat,
11 typeinfo1.ti_idouble,
10 typeinfo1.ti_int, 12 typeinfo1.ti_int,
13 typeinfo1.ti_ireal,
11 typeinfo1.ti_long, 14 typeinfo1.ti_long,
12 typeinfo1.ti_ptr, 15 typeinfo1.ti_ptr,
13 typeinfo1.ti_real, 16 typeinfo1.ti_real,
14 typeinfo1.ti_short, 17 typeinfo1.ti_short,
15 typeinfo1.ti_ubyte, 18 typeinfo1.ti_ubyte,