Skip to content

Commit 9b701e6

Browse files
JinShilwilzbach
authored andcommitted
Error for implicit string concatenation
1 parent 8b0c254 commit 9b701e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deprecate.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $(SPEC_S Deprecated Features,
1313
$(TROW $(DEPLINK Hexstring literals), 2.079, 2.079,  ,  )
1414
$(TROW $(DEPLINK Class allocators and deallocators),  , 2.080,  ,  )
1515
$(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075, 2.081,  )
16-
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072,  ,  )
16+
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, 2.081,  )
1717
$(TROW $(DEPLINK Using the result of a comma expression), 2.072, 2.072, 2.079,  )
1818
$(TROW $(DEPLINK delete),  , 2.079,  ,  )
1919
$(TROW $(DEPLINK scope as a type constraint), future,  ,  ,  )

0 commit comments

Comments
 (0)