[Issue 16468] __traits(compiles, ...) doesn't work for super, always evaluates false

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 5 08:07:07 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16468

--- Comment #1 from Sophie <meapineapple at gmail.com> ---
I thought to use typeof({super(x);}) as a workaround but this generates a
compilation error "Super class constructor call must be in a constructor"

--


More information about the Digitalmars-d-bugs mailing list