[Issue 7030] const method mangling of extern(C++) structs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 29 10:03:56 PST 2011


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



--- Comment #1 from dawg at dawgfoto.de 2011-11-29 10:02:54 PST ---
current workaround:
declare const as enclosing storage class

const
{
  void foo(int);
}

or

const void foo(int);

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


More information about the Digitalmars-d-bugs mailing list