Bug 22963 – Subclasses of C++ classes missing from generated header

Status
NEW
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2022-03-31T09:27:39Z
Last change time
2024-12-13T19:21:53Z
Assigned to
No Owner
Creator
moonlightsentinel
Moved to GitHub: dmd#20078 →

Comments

Comment #0 by moonlightsentinel — 2022-03-31T09:27:39Z
Example: extern (C++) class Base { ... } extern (D) { // Still a C++ class because it inherits from a C++ class class InheritCpp : Base {} static assert(__traits(getLinkage, InheritCpp) == "C++"); }
Comment #1 by robert.schadek — 2024-12-13T19:21:53Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/20078 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB