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

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <[email protected]> ---
@MoonlightSentinel created dlang/dmd pull request #11681 "Fix 21219 - Invalid
C++ header generated for extern(C++, [class|struct])" fixing this issue:

- Fix 21219 - Invalid C++ header generated for extern(C++, [class|struct])

  Fixed in three steps:
  - recognize that `extern(C++, [class|struct])` means `extern(C++)`
  - select the right identifier based on the `CPPMANGLE`
  - add `public:` if required by `CPPMANGLE`, not the AST type

https://github.com/dlang/dmd/pull/11681

--

Reply via email to