diff lphobos/typeinfos2.d @ 61:0258a7171a42 trunk

[svn r65] Added typeinfo implementations for float[], double[] and real[]
author lindquist
date Thu, 25 Oct 2007 09:26:17 +0200
parents 2c3cd3596187
children 5b5194b25f33
line wrap: on
line diff
--- a/lphobos/typeinfos2.d	Thu Oct 25 09:16:05 2007 +0200
+++ b/lphobos/typeinfos2.d	Thu Oct 25 09:26:17 2007 +0200
@@ -1,7 +1,10 @@
 module typeinfos2;
 
 import
+typeinfo2.ti_Adouble,
+typeinfo2.ti_Afloat,
 typeinfo2.ti_Ag,
 typeinfo2.ti_Aint,
 typeinfo2.ti_Along,
+typeinfo2.ti_Areal,
 typeinfo2.ti_Ashort;