Deprecation of implicit string concatenation

Tobias Pankrath via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 2 03:02:09 PDT 2017


On Sunday, 2 April 2017 at 09:22:38 UTC, Johan Engelen wrote:
> Did we lose the ability to break strings across lines?

> [1] 
> https://dlang.org/changelog/2.072.0.html#deprecated_implicit_cat

Delimited strings are the way to go.

http://dlang.org/spec/lex.html#StringLiteral


More information about the Digitalmars-d mailing list