overloaded extern(C) called without error

Jacob Carlborg doob at me.com
Wed Sep 11 01:11:05 PDT 2013


On 2013-09-10 16:38, Dicebot wrote:

> This is why mixing ABI and mangling in one entity is bad. And why
> overloading extern(C) functions is compile-time error in C++.

There's a GCC (Clang) extension that enables support function 
overloading in C. I guess it's a bit overkill to support in D.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list