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

          Issue ID: 17822
           Summary: [betterC] Do not emit reference to TypeInfo_Class for
                    C++ or COM classes
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

The following code:

  extern (C++) class CC {
    int a;
  }

when compiled with -betterC emits a reference to TypeInfo_Class, which is in
druntime.

--

Reply via email to