[Issue 8109] typeof(function) within functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 10 09:13:05 UTC 2019


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

Nicholas Wilson <iamthewilsonator at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator at hotmail.co
                   |                            |m

--- Comment #1 from Nicholas Wilson <iamthewilsonator at hotmail.com> ---
So, typeof(this) and typeof(super) are just regular expression typeofs,
typeof(return) is special because it needs deferred analysis when the return
type is auto. 

This would effectively be just as special, if not more so. Do you still need
this?

--


More information about the Digitalmars-d-bugs mailing list