Help understanding no-runtime error?
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Wed Nov 13 07:36:41 UTC 2024
On 13/11/2024 8:22 PM, Manu wrote:
> On Wed, 13 Nov 2024 at 17:06, Richard (Rikki) Andrew Cattermole via
> Digitalmars-d <digitalmars-d at puremagic.com <mailto:digitalmars-
> d at puremagic.com>> wrote:
>
> Likely:
>
> https://github.com/dlang/dmd/blob/master/druntime/src/core/internal/
> array/equality.d <https://github.com/dlang/dmd/blob/master/druntime/
> src/core/internal/array/equality.d>
>
>
> Oh that's so obvious! You know when the answer is right in front of your
> nose, but you've convinced yourself it's somewhere else so you can't see
> it no matter how long you stare at it! :P
> Thanks fella! :)
This particular module has caused a lot of problems in -betterC.
It was fixed by turning on -allinst when -betterC is applied.
Hence this one is a well known internal detail :)
More information about the Digitalmars-d
mailing list