@@ -11,7 +11,7 @@ $(SPEC_S Deprecated Features,
11
11
$(TABLE2 Deprecated Features,
12
12
$(THEAD Feature, Spec, Dep, Error, Gone)
13
13
$(TROW $(DEPLINK Throwing from contracts of nothrow functions), , 2.101, 2.111, )
14
- $(TROW $(DEPLINK Hexstring literals), 2.079, 2.079, 2.086, )
14
+ $(TROW $(COMMENT DEPLINK Hexstring literals), 2.079, 2.079, 2.086, )
15
15
$(TROW $(DEPLINK Class allocators and deallocators), , 2.080, 2.087, 2.100 )
16
16
$(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075, 2.081, )
17
17
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, 2.081, )
@@ -49,7 +49,7 @@ $(SPEC_S Deprecated Features,
49
49
$(TROW $(DEPLINK .offset property), ?, 0.107, 2.061, 2.067 )
50
50
$(TROW $(DEPLINK .size property), ?, 0.107, 0.107, 2.061 )
51
51
$(TROW $(DEPLINK .typeinfo property), ?, 0.093, 2.061, 2.067 )
52
- $(TROW $(DEPLINK unannotated asm blocks), ,  , , 2.100 )
52
+ $(TROW $(DEPLINK unannotated asm blocks), ,  , 2.100, (never) )
53
53
)
54
54
55
55
$(DL
@@ -99,6 +99,7 @@ $(H4 Rationale)
99
99
would break the guarantees of the $(D nothrow) attribute.
100
100
)
101
101
102
+ $(COMMENT
102
103
$(H3 $(DEPNAME Hexstring literals))
103
104
$(P Hexstring literals can be used to enter literals in base 16.
104
105
---
@@ -115,6 +116,7 @@ $(H4 Corrective Action)
115
116
$(H4 Rationale)
116
117
$(P Hexstrings are used so seldom that they don't warrant a language feature.
117
118
)
119
+ )
118
120
119
121
$(H3 $(DEPNAME Class allocators and deallocators))
120
122
$(P D classes can have members customizing the (de)allocation strategy.
0 commit comments