Skip to content

Commit

Permalink
Merge pull request #2359 from JinShil/impl_string_error
Browse files Browse the repository at this point in the history
Error for implicit string concatenation
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
  • Loading branch information
dlang-bot committed May 6, 2018
2 parents 8b0c254 + 9b701e6 commit 9a9ab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deprecate.dd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(SPEC_S Deprecated Features,
$(TROW $(DEPLINK Hexstring literals), 2.079, 2.079, &nbsp;, &nbsp;)
$(TROW $(DEPLINK Class allocators and deallocators), &nbsp;, 2.080, &nbsp;, &nbsp;)
$(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075, 2.081, &nbsp;)
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, &nbsp;, &nbsp;)
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, 2.081, &nbsp;)
$(TROW $(DEPLINK Using the result of a comma expression), 2.072, 2.072, 2.079, &nbsp;)
$(TROW $(DEPLINK delete), &nbsp;, 2.079, &nbsp;, &nbsp;)
$(TROW $(DEPLINK scope as a type constraint), future, &nbsp;, &nbsp;, &nbsp;)
Expand Down

0 comments on commit 9a9ab6d

Please sign in to comment.