https://issues.dlang.org/show_bug.cgi?id=22951
Issue ID: 22951
Summary: Dtor missing from generated C++ header
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
dtoh omits function declarations that cannot be called from C++. But that
currently applies to destructors and hence allow code that breaks RAII due to
instances not being destroyed on the C++ side.
--
