comparison lphobos/typeinfos2.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 5b5194b25f33
children 288fe1029e1f
comparison
equal deleted inserted replaced
106:5b5194b25f33 107:3efbcc81ba45
1 module typeinfos2; 1 module typeinfos2;
2 2
3 import 3 import
4 //typeinfo2.to_AC,
4 typeinfo2.ti_Adouble, 5 typeinfo2.ti_Adouble,
5 typeinfo2.ti_Afloat, 6 typeinfo2.ti_Afloat,
6 typeinfo2.ti_Ag, 7 typeinfo2.ti_Ag,
7 typeinfo2.ti_Aint, 8 typeinfo2.ti_Aint,
8 typeinfo2.ti_Along, 9 typeinfo2.ti_Along,