[Issue 15610] extern(C++) multiple inheritance - calling with wrong 'this' ptr

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jan 27 15:53:34 PST 2016


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This was addressed by:

 https://github.com/D-Programming-Language/dmd/pull/5364

Since the code snippet you post here looks like the test case in 5364, I don't
see what the different is.

> Something like this:

I cannot do anything with this, since it already looks like the test case in
5364. Clearly, something DIFFERENT is happening if it fails for you, meaning it
is DIFFERENT code in some way that you have not posted.

PLEASE submit test cases with reproducible code snippets. "Something like this"
is not going to work. So many times I have tried to fill in what the missing
pieces might be, only to fail and eventually discover that the submitter had
omitted critical information, not realizing that it was critical.

--


More information about the Digitalmars-d-bugs mailing list