betterC and CTFE
Dennis
dkorpel at gmail.com
Sat Jan 7 11:53:10 UTC 2023
On Saturday, 7 January 2023 at 02:09:00 UTC, Walter Bright wrote:
> For those that still suffer the slings and arrows from this
> problem, please let me know the bugzilla issues for them.
I was actually working on a write up about BetterC and CTFE, and
collected this list of issues:
[Issue 18472 - [Reg 2.078] betterC: cannot use format at compile
time](https://issues.dlang.org/show_bug.cgi?id=18472)
[Issue 19268 - BetterC turns off DRuntime for
CTFE](https://issues.dlang.org/show_bug.cgi?id=19268)
[Issue 20095 - core.internal.convert.toUbyte doesn't work with
-betterC](https://issues.dlang.org/show_bug.cgi?id=20095)
[Issue 20479 - octal integer literals don't work with BetterC
mode](https://issues.dlang.org/show_bug.cgi?id=20479)
[Issue 21492 - betterC: TypeInfo is generated for code guarded by
if(__ctfe) ](https://issues.dlang.org/show_bug.cgi?id=21492)
[Issue 23468 - [betterC] Cannot use std.array.join and
std.algorithm.map at
compile-time](https://issues.dlang.org/show_bug.cgi?id=23468)
More information about the Digitalmars-d
mailing list