[Issue 21314] ICE on extern(c++) static class variables

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 15 13:42:09 UTC 2020


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

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
lower to normal issue as, as someone pointed me, it's possible to write

---
extern(C++) class C{extern(D) static C[] cs; }
---

which could be be suggested in the diagnostic maybe.
But at least the problem is not a blocker, it's just about an unaesthetic
message.

--


More information about the Digitalmars-d-bugs mailing list