DMD Symbol Reference Analysis Pass
via Digitalmars-d
digitalmars-d at puremagic.com
Wed May 27 03:53:47 PDT 2015
On Wednesday, 27 May 2015 at 09:54:33 UTC, Marc Schütz wrote:
> Yes. First of all, `File.byLine.front` is the function that
> needs to get annotated, like this:
>
> char[] front() return {
> // ...
> return buffer;
> }
>
> The `return` keyword here means the same thing as in DIP25,
Is this supportd in 2.067 with -dip25 flag?
If so shouldn't we qualify `File.byLine.front` with return when
DIP-25 becomes stable?
More information about the Digitalmars-d
mailing list