mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-20 14:53:14 +01: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