dmd -betterC

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 21 19:03:14 PDT 2017


On Wednesday, 21 June 2017 at 20:11:25 UTC, Walter Bright wrote:
> All I did was make them do what the host C compiler does.

I propose that the reason the host C compiler does it is because 
it is a useful behavior.

If these little strings actually are too large, you can easily 
suppress it by saying `assert(condition, "");` - just pass a 
shorter / reused message in the second argument.


More information about the Digitalmars-d mailing list