Re: can not find the error: Error: TypeInfo cannot be used with -betterC

2019-07-17 Thread Sebastiaan Koppe via Digitalmars-d-learn
On Wednesday, 17 July 2019 at 15:52:39 UTC, Newbie2019 wrote: when build my project with -betterC, it throw this error: Error: TypeInfo cannot be used with -betterC There is no location information about it, how can I find what code cause this ? With ldc I often use -v to get the verbose

Re: can not find the error: Error: TypeInfo cannot be used with -betterC

2019-07-17 Thread aliak via Digitalmars-d-learn
On Wednesday, 17 July 2019 at 15:52:39 UTC, Newbie2019 wrote: when build my project with -betterC, it throw this error: Error: TypeInfo cannot be used with -betterC There is no location information about it, how can I find what code cause this ? You usually get that *extrememly* unhelpful

can not find the error: Error: TypeInfo cannot be used with -betterC

2019-07-17 Thread Newbie2019 via Digitalmars-d-learn
when build my project with -betterC, it throw this error: Error: TypeInfo cannot be used with -betterC There is no location information about it, how can I find what code cause this ?