http://d.puremagic.com/issues/show_bug.cgi?id=7030

           Summary: const method mangling of extern(C++) structs
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: d...@dawgfoto.de


--- Comment #0 from d...@dawgfoto.de 2011-11-29 08:29:58 PST ---
extern(C++)
{
    struct S
    {
        void foo(int) const;
    }
}
pragma(msg, S.foo.mangleof);

// On POSIX
// prints   : _ZN1S3fooEi
// should be: _ZNK1S3fooEi
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to