[Issue 15217] overloaded extern(C) function declarations are allowed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 29 11:25:54 UTC 2018


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

Adam Wilson <flyboynw at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |flyboynw at gmail.com

--- Comment #3 from Adam Wilson <flyboynw at gmail.com> ---
I still don't understand why this is not treated as an error. It's obviously
generating incorrect C ABI's in this case. If it's used to support a specific
(or deprecated) path it needs to be deprecated or warning (ugh) so that we can
remove the parts that rely on it and get to a conforming state.

--


More information about the Digitalmars-d-bugs mailing list