[Issue 18385] [REG nightly] function cannot be overloaded with another extern(C) function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 23 10:29:03 UTC 2018


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |INVALID

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
Yes, it should never have compiled, and it cannot work, as two functions with
the same mangled name cannot both exist in the executable.

--


More information about the Digitalmars-d-bugs mailing list