[Issue 20659] New: C++ header generation does not emit namespaces

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 10 06:16:41 UTC 2020


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

          Issue ID: 20659
           Summary: C++ header generation does not emit namespaces
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: turkeyman at gmail.com

extern(C++, "namespace") void foo() {}

compile with -HC

When a namespace is specified, the symbol is left out of the header file
completely.

--


More information about the Digitalmars-d-bugs mailing list