need solution for find error : Error: `TypeInfo` cannot be used with -betterC

Paul Backus snarwin at gmail.com
Fri Jul 22 09:10:58 UTC 2022


On Friday, 22 July 2022 at 06:16:56 UTC, test123 wrote:
>
> there is no array related code, but throw TypeInfo error

`bitfields` probably uses an array in CTFE somewhere. Due to 
limitations of the current compiler, BetterC code is not allowed 
to use arrays even in code that is only executed at compile time 
(bug report: https://issues.dlang.org/show_bug.cgi?id=19268).


More information about the Digitalmars-d mailing list