Feedback Thread: DIP 1036--Formatted String Tuple Literals--Community Review Round 1

Steven Schveighoffer schveiguy at gmail.com
Wed Sep 9 20:03:13 UTC 2020


On 9/9/20 3:48 PM, Steven Schveighoffer wrote:
> mixin(i""q{class D { auto $varName = 20; });

Oops, this should be:

mixin(i""q{class D { auto $varName = 20; }.idup);

-Steve


More information about the Digitalmars-d mailing list