[SAoC] 'DPP with Linux kernel headers' Project Thread

Newbie2019 newbie2019 at gmail.com
Mon Oct 28 12:14:50 UTC 2019


On Monday, 28 October 2019 at 11:14:24 UTC, Cristian Becerescu 
wrote:
> Update for week 2 of Milestone 2
>
> - PRs from the previous week were successfully merged
>
> [...]

Maybe you can try:

u32 i=0;
typeof(u32.init) f1(); // err
typeof(int.init) f2(); // err
typeof(i.init) f2(); // err


More information about the Digitalmars-d mailing list