[Issue 21267] Make std.complex work with -betterC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 28 00:38:46 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21267
Richard Cattermole <alphaglosined at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alphaglosined at gmail.com
--- Comment #2 from Richard Cattermole <alphaglosined at gmail.com> ---
Right now it is erroring with TypeInfo not being available.
/dlang/dmd/linux/bin64/../../src/druntime/import/object.d(3583): Error:
`TypeInfo` cannot be used with -betterC
This may be related to toString not being templated and using stuff that
depends on druntime.
--
More information about the Digitalmars-d-bugs
mailing list