comparison lphobos/typeinfos1.d @ 107:3efbcc81ba45 trunk

[svn r111] Fixed most problems with complex number support and added typeinfo for them. Added typeinfo ti_C. Did some changes to the way expressions that have both lvalue and rvalue LLVM values are handled.
author lindquist
date Tue, 20 Nov 2007 00:02:35 +0100
parents b86e00b938a5
children
comparison
equal deleted inserted replaced
106:5b5194b25f33 107:3efbcc81ba45
1 module typeinfos1; 1 module typeinfos1;
2 2
3 import 3 import
4 typeinfo1.ti_byte, 4 typeinfo1.ti_byte,
5 typeinfo1.ti_cdouble,
6 typeinfo1.ti_cfloat,
5 typeinfo1.ti_char, 7 typeinfo1.ti_char,
8 typeinfo1.ti_creal,
9 typeinfo1.ti_dchar,
6 typeinfo1.ti_delegate, 10 typeinfo1.ti_delegate,
7 typeinfo1.ti_dchar,
8 typeinfo1.ti_double, 11 typeinfo1.ti_double,
9 typeinfo1.ti_float, 12 typeinfo1.ti_float,
13 typeinfo1.ti_idouble,
10 typeinfo1.ti_ifloat, 14 typeinfo1.ti_ifloat,
11 typeinfo1.ti_idouble,
12 typeinfo1.ti_int, 15 typeinfo1.ti_int,
13 typeinfo1.ti_ireal, 16 typeinfo1.ti_ireal,
14 typeinfo1.ti_long, 17 typeinfo1.ti_long,
15 typeinfo1.ti_ptr, 18 typeinfo1.ti_ptr,
16 typeinfo1.ti_real, 19 typeinfo1.ti_real,