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