[Issue 12578] Allow local function overloading

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 14 05:25:00 PDT 2014


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

Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com

--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> ---
It would also be in line with the "turtles all the way down" approach that we
tend to favor to have nested functions be overloadable just like non-nested
functions can be. The fact that nested functions can't be overloaded is
inconsistent with functions in the rest of the language.

--


More information about the Digitalmars-d-bugs mailing list