Issue #18
This commit is contained in:
parent
c25944e85e
commit
fcf6578232
6
types.d
6
types.d
|
@ -595,13 +595,13 @@ static this()
|
||||||
"cent" : integralProperties,
|
"cent" : integralProperties,
|
||||||
"ucent" : integralProperties,
|
"ucent" : integralProperties,
|
||||||
"float" : floatProperties,
|
"float" : floatProperties,
|
||||||
"double" : floatProperties,
|
"double" : floatProperties,
|
||||||
"real" : floatProperties,
|
"real" : floatProperties,
|
||||||
"ifloat" : floatProperties,
|
"ifloat" : floatProperties,
|
||||||
"idouble" : floatProperties,
|
"idouble" : floatProperties,
|
||||||
"ireal" : floatProperties,
|
"ireal" : floatProperties,
|
||||||
"cfloat" : floatProperties,
|
"cfloat" : floatProperties,
|
||||||
"cdouble" : floatProperties,
|
"cdouble" : floatProperties,
|
||||||
"creal" : floatProperties,
|
"creal" : floatProperties,
|
||||||
"char" : commonProperties,
|
"char" : commonProperties,
|
||||||
"wchar" : commonProperties,
|
"wchar" : commonProperties,
|
||||||
|
|
Loading…
Reference in New Issue