Skip to content

Commit 9a9ab6d

Browse files
authored
Merge pull request #2359 from JinShil/impl_string_error
Error for implicit string concatenation merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 8b0c254 + 9b701e6 commit 9a9ab6d

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, &nbsp;, &nbsp;)
1414
$(TROW $(DEPLINK Class allocators and deallocators), &nbsp;, 2.080, &nbsp;, &nbsp;)
1515
$(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075, 2.081, &nbsp;)
16-
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, &nbsp;, &nbsp;)
16+
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, 2.081, &nbsp;)
1717
$(TROW $(DEPLINK Using the result of a comma expression), 2.072, 2.072, 2.079, &nbsp;)
1818
$(TROW $(DEPLINK delete), &nbsp;, 2.079, &nbsp;, &nbsp;)
1919
$(TROW $(DEPLINK scope as a type constraint), future, &nbsp;, &nbsp;, &nbsp;)

0 commit comments

Comments
 (0)