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

          Issue ID: 15829
           Summary: hasElaborateDestructor doesn't work for classes
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: [email protected]
          Reporter: [email protected]

class C2 { ~this() {} }

static assert (hasElaborateDestructor!C1); // fails

--

Reply via email to