[Issue 20087] `scope` not parsed for types in template argument lists

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 27 12:13:06 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20087

Mathias LANG <pro.mathias.lang at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang at gmail.com

--- Comment #1 from Mathias LANG <pro.mathias.lang at gmail.com> ---
`scope` is a storage class, not a type modifier. So no, this code should not be
valid. You can replace `scope` with `static` for a more "natural" example of
the issue.

--


More information about the Digitalmars-d-bugs mailing list