[Issue 23999] literal suffixes dont mix well with template instantiations

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 21 12:48:30 UTC 2023


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

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #7 from Dennis <dkorpel at live.nl> ---
(In reply to Puneet Goel from comment #4)
> There needs to be a mandatory delimiter (whitespace) between the limiter,
> which is a part of the type (template instance) and the object being
> declared.

This is impossible to express in the lexical grammar, and it isn't the
compiler's job to enforce good style, that's something for a linter.

--


More information about the Digitalmars-d-bugs mailing list