diff lphobos/typeinfo2/ti_Areal.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_Areal.d	Thu Oct 25 09:26:17 2007 +0200
+++ b/lphobos/typeinfo2/ti_Areal.d	Thu Oct 25 09:48:36 2007 +0200
@@ -101,7 +101,7 @@
 }
 
 // ireal[]
-version(none)
+
 class TypeInfo_Aj : TypeInfo_Ae
 {
     char[] toString() { return "ireal[]"; }