https://d.puremagic.com/issues/show_bug.cgi?id=11802
Summary: Wrong vtbl order for extern(C++) classes with
overloaded functions on win32
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: wrong-code
Severity: critical
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from yebblies <[email protected]> 2013-12-23 03:43:20 EST ---
With MSVC/DMC, overloaded virtual functions within a class are grouped in the
vtbl, in reversed order. We need to match that.
http://stackoverflow.com/questions/3243716/order-of-overloaded-methods-in-the-vtable-on-win32
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------