[Issue 22685] Template function instantiated with lambda and overload is nested incorrectly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 20 12:02:17 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22685
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #13554 "Fix issue 22685: Symbol nested in both function
and module? Not a problem." was merged into master:
- a40bbcae2168b757b0953f1aa6d95cabf12ee1e6 by Mathis Beer:
Fix issue 22685: When finding template argument context for creating a nested
instance, ignore symbols in modules.
Symbols in modules can be used regardless of runtime context.
https://github.com/dlang/dmd/pull/13554
--
More information about the Digitalmars-d-bugs
mailing list