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