[Issue 18472] [Reg 2.078] betterC: cannot use format at compile time.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 15 13:41:42 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18472
Rainer Schuetze <r.sagitario at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r.sagitario at gmx.de
--- Comment #5 from Rainer Schuetze <r.sagitario at gmx.de> ---
Here's a simpler test case:
module betterc;
enum b = typeid(size_t) is typeid(uint);
>dmd -betterC -c betterc.d
betterc.d(2): Error: TypeInfo cannot be used with -betterC
--
More information about the Digitalmars-d-bugs
mailing list