diff lphobos/typeinfo2/ti_Adouble.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 0258a7171a42
children
line wrap: on
line diff
--- a/lphobos/typeinfo2/ti_Adouble.d	Thu Oct 25 09:26:17 2007 +0200
+++ b/lphobos/typeinfo2/ti_Adouble.d	Thu Oct 25 09:48:36 2007 +0200
@@ -100,7 +100,7 @@
 }
 
 // idouble[]
-version(none)
+
 class TypeInfo_Ap : TypeInfo_Ad
 {
     char[] toString() { return "idouble[]"; }