[Issue 23754] betterC cannot use std.format at compile time

2023-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23754 --- Comment #2 from Walter Bright --- The problem is illustrated with: --- void test() { enum s = foo(); } int foo() { new C(); return 1; } class C { } --- While executing foo() at compile time works, even with -betterC, the compiler

[Issue 23754] betterC cannot use std.format at compile time

2023-02-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23754 Walter Bright changed: What|Removed |Added Component|phobos |dmd --- Comment #1 from Walter Bright --- O

[Issue 23754] betterC cannot use std.format at compile time

2023-02-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23754 Walter Bright changed: What|Removed |Added Keywords||betterC See Also|