Kill implicit joining of adjacent strings

Pillsy pillsbury at gmail.com
Wed Nov 10 19:58:40 PST 2010


so wrote:

> > "blue" "red"

> I guess it exists because of a few use cases other than this one.

It's sometimes nice to be able to break up really long string literals, but it looks like it's mostly a C holdover. In C it helps with some preprocessor macros, but D doesn't have preprocessor macros, so the main reason for having it isn't there.

Either way, it's not exactly a make or break feature.

Cheers,
Pillsy


More information about the Digitalmars-d mailing list