Thread overview
[Issue 20087] `scope` not parsed for types in template argument lists
Jul 27, 2019
Mathias LANG
Dec 17, 2022
Iain Buclaw
Feb 19, 2023
Nick Treleaven
July 27, 2019
https://issues.dlang.org/show_bug.cgi?id=20087

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

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

--- Comment #1 from Mathias LANG <pro.mathias.lang@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.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20087

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
February 19, 2023
https://issues.dlang.org/show_bug.cgi?id=20087

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |nick@geany.org
         Resolution|---                         |INVALID

--