[Issue 19710] template parameters not deduced when one is is a supplied string, and the other inferred.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 2 23:04:10 UTC 2019


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

Sprink <sprink.noreply at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sprink.noreply at gmail.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Sprink <sprink.noreply at gmail.com> ---
Manually insert the type and you will see "this" is considered as an rvalue.

It was deprecated in DMD 2.067.1 to 2.071.2:

Deprecation: this is not an lvalue

--


More information about the Digitalmars-d-bugs mailing list