https://issues.dlang.org/show_bug.cgi?id=22085
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
