nogc v0.5.0 - DIP1008 works!

ag0aep6g anonymous at example.com
Fri May 24 16:59:21 UTC 2019


On 24.05.19 18:51, ag0aep6g wrote:
> char[3] buf;
[...]
>          buf.ptr[i .. i + 3] = '!';
[...]
>          UnsafeAllocator.instance.i = 8;
>              /* greater than buf.length, whoops */

Actually, anything greater than zero is a whoops, of course.


More information about the Digitalmars-d-announce mailing list