[Issue 22085] checkaction=context doesn't support extern(C++) classes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 26 22:32:32 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22085
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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
--
More information about the Digitalmars-d-bugs
mailing list