https://issues.dlang.org/show_bug.cgi?id=22085
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3503 "Fix 22085 - Format members of extern(C++) classes without toString" fixing this issue: - 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 --
