Thread overview
[Issue 20589] typeof may give wrong result in case of classes defining `opCall` operator
Feb 20, 2020
drug007
Feb 20, 2020
Dlang Bot
Feb 26, 2020
Dlang Bot
February 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20589

--- Comment #1 from drug007 <drug2004@bk.ru> ---
https://github.com/dlang/phobos/pull/7398

--
February 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20589

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@drug007 updated dlang/phobos pull request #7398 "Fix issue 20589 - typeof may give wrong result in case of classes defining `opCall` operator" mentioning this issue:

- Test for issue 20589

https://github.com/dlang/phobos/pull/7398

--
February 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20589

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7398 "Fix issue 20589 - typeof may give wrong result in case of classes defining `opCall` operator" was merged into master:

- 7ffdfef3f75d521cc7b0b2659e438f501f263ca1 by drug007:
  Fix issue 20589 - typeof may give wrong result in case of classes defining
`opCall` operator

- e4959d4777be74a426aa6d8c58abc5308a62b92b by drug007:
  Test for issue 20589

https://github.com/dlang/phobos/pull/7398

--