[Issue 22085] checkaction=context doesn't support extern(C++) classes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 27 00:32:18 UTC 2021


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #3503 "Fix 22085 - Format members of extern(C++)
classes without toString" was merged into master:

- 503463578caf630b5546c35f58f7ba3d6eb4983e by MoonlightSentinel:
  Fix 22085 - Format members of extern(C++) classes without toString

  `extern(C++)` classes don't have a `toString` by default and hence could
  not be formatted before. Treating them like structs should at least
  provide some meaningful output although it could miss inherited members
  for subclasses.

https://github.com/dlang/druntime/pull/3503

--


More information about the Digitalmars-d-bugs mailing list