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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #2 from [email protected] ---
Related issue for Linux x64:

C++: short test27(const int (&)[6][291])
     _Z6test27RA6_A291_Ki

D:   extern(C++) short test27(ref const int[291][6])
     _Z6test27RKA6_KA291_Ki

Note that the C++ mangling of `const(int[291][6])` and `const(int)[291][6]` is
identical for both MSVC and Itanium (and that's fine IMO).

--

Reply via email to