[Issue 15824] 'scope' attribute ignored when making an alias to a scope delegate
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue May 23 14:53:27 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=15824
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #1 from Martin Nowak <code at dawg.eu> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list