comparison 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
comparison
equal deleted inserted replaced
61:0258a7171a42 62:b86e00b938a5
98 return typeid(double); 98 return typeid(double);
99 } 99 }
100 } 100 }
101 101
102 // idouble[] 102 // idouble[]
103 version(none) 103
104 class TypeInfo_Ap : TypeInfo_Ad 104 class TypeInfo_Ap : TypeInfo_Ad
105 { 105 {
106 char[] toString() { return "idouble[]"; } 106 char[] toString() { return "idouble[]"; }
107 107
108 TypeInfo next() 108 TypeInfo next()