How templates work (bonus) - Full instantiation of Iota!(1,5)

Steven Schveighoffer schveiguy at gmail.com
Thu Jun 4 17:15:40 UTC 2020


On 6/4/20 1:12 PM, Adam D. Ruppe wrote:
> On Thursday, 4 June 2020 at 17:03:38 UTC, Steven Schveighoffer wrote:
>>         char[11] num = "0x00000000,";
> 
> thar be dragons here matey
> 
> https://issues.dlang.org/show_bug.cgi?id=20811

Easy to fix.

auto num = "0x00000000,".dup;

-Steve


More information about the Digitalmars-d mailing list