http://d.puremagic.com/issues/show_bug.cgi?id=6614
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2012-12-02 09:56:01 PST --- We do have a trait for this: class A{} final class B{} void main() { static assert(!__traits(isFinalClass, A)); static assert(__traits(isFinalClass, B)); } Not too sure if it's worth having it as a template in std.traits? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
