diff lphobos/typeinfo2/ti_Afloat.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_Afloat.d	Thu Oct 25 09:26:17 2007 +0200
+++ b/lphobos/typeinfo2/ti_Afloat.d	Thu Oct 25 09:48:36 2007 +0200
@@ -99,7 +99,7 @@
 }
 
 // ifloat[]
-version(none)
+
 class TypeInfo_Ao : TypeInfo_Af
 {
     char[] toString() { return "ifloat[]"; }