[Issue 8887] static arrays passed by value in extern C/C++ functions should not compile

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Nov 7 11:36:11 PST 2014


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

--- Comment #10 from Dicebot <public at dicebot.lv> ---
C has static arrays. C allows passing static arrays as function arguments. HOW
it is passing them is defined by ABI and D rules are irrelevant here.

--


More information about the Digitalmars-d-bugs mailing list