Skip to content

Commit

Permalink
Error for implicit string concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
JinShil authored and wilzbach committed May 6, 2018
1 parent 8b0c254 commit 9b701e6
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,  ,  )
$(TROW $(DEPLINK Class allocators and deallocators),  , 2.080,  ,  )
$(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075, 2.081,  )
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072,  ,  )
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, 2.081,  )
$(TROW $(DEPLINK Using the result of a comma expression), 2.072, 2.072, 2.079,  )
$(TROW $(DEPLINK delete),  , 2.079,  ,  )
$(TROW $(DEPLINK scope as a type constraint), future,  ,  ,  )
Expand Down

0 comments on commit 9b701e6

Please sign in to comment.