dip25 implementation

via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 6 13:24:50 PDT 2015


On Tuesday, 4 August 2015 at 20:54:43 UTC, Steven Schveighoffer 
wrote:
> How complete is the dip25 implementation?
>
> For example, should this be expected to be an error?
>
> struct S
> {
>   int[5] x;
>   auto foo() { return x[];}
> }

You need to (at least) qualify `foo` as @safe.


More information about the Digitalmars-d mailing list