[Issue 15824] 'scope' attribute ignored when making an alias to a scope delegate

2020-08-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15824

Mathias LANG  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||pro.mathias.l...@gmail.com
 Resolution|--- |FIXED

--- Comment #3 from Mathias LANG  ---
https://github.com/dlang/dmd/pull/10018 deprecated this.

--


[Issue 15824] 'scope' attribute ignored when making an alias to a scope delegate

2017-05-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15824

Martin Nowak  changed:

   What|Removed |Added

 CC||c...@dawg.eu

--- Comment #1 from Martin Nowak  ---
As scope is a storage class, it cannot be part of a type or alias declaration,
i.e. just like ref you can add it for parameters and unlike ref, scope can be
used on variable declarations.

--


[Issue 15824] 'scope' attribute ignored when making an alias to a scope delegate

2016-03-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15824

Mathias Lang  changed:

   What|Removed |Added

 CC||mathias.l...@sociomantic.co
   ||m, pub...@dicebot.lv

--