diff 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
line wrap: on
line diff
--- a/lphobos/typeinfos2.d	Mon Nov 19 06:01:48 2007 +0100
+++ b/lphobos/typeinfos2.d	Tue Nov 20 00:02:35 2007 +0100
@@ -1,6 +1,7 @@
 module typeinfos2;
 
 import
+//typeinfo2.to_AC,
 typeinfo2.ti_Adouble,
 typeinfo2.ti_Afloat,
 typeinfo2.ti_Ag,