@@ -107,8 +107,8 @@ $(H2 $(LEGACY_LNAME2 Basic Data Types, basic-data-types, Basic Data Types))
107
107
$(TROW $(D uint), $(D 0u), unsigned 32 bits)
108
108
$(TROW $(D long), $(D 0L), signed 64 bits)
109
109
$(TROW $(D ulong), $(D 0uL), unsigned 64 bits)
110
- $(TROW $(D cent), $(D 0), signed 128 bits)
111
- $(TROW $(D ucent), $(D 0u), unsigned 128 bits)
110
+ $(TROW $(GDEPRECATED $( D cent) ), $(D 0), signed 128 bits)
111
+ $(TROW $(GDEPRECATED $( D ucent) ), $(D 0u), unsigned 128 bits)
112
112
$(TROW $(D float), $(D float.nan), 32 bit floating point)
113
113
$(TROW $(D double), $(D double.nan), 64 bit floating point)
114
114
$(TROW $(D real), $(D real.nan), largest floating point size available)
@@ -130,6 +130,9 @@ $(H2 $(LEGACY_LNAME2 Basic Data Types, basic-data-types, Basic Data Types))
130
130
type supported by the x86 FPU.
131
131
)
132
132
133
+ $(NOTE 128-bit integer types `cent` and `ucent`
134
+ $(DDSUBLINK deprecate, 128-bit integer types, have been deprecated).)
135
+
133
136
$(P NOTE: Complex and imaginary types `ifloat`, `idouble`, `ireal`, `cfloat`, `cdouble`,
134
137
and `creal` have been deprecated in favor of `std.complex.Complex`.)
135
138
0 commit comments