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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #4 from Walter Bright <bugzi...@digitalmars.com> ---
A possible solution to this conundrum is to allow two C overloads of the same
function name if they are defined in the same scope. They'd be disallowed if
they were in different scopes. The latter would most likely be accidental. A
possibility would be to disallow it unless the declarations are both @system.

--

Reply via email to