mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-03 02:29:03 +02:00
5248 CTFE Segfault when calling a function on an enum struct Fix the D1 version of this bug, which causes a stack overflow rather than a segfault: compiler inserts assert(this, "null this") whereas for D2 it is assert(&this, "null this")
98 KiB
98 KiB