[Issue 5365] Regression (2.051) alias this causes segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 23 02:46:21 PST 2010


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


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2010-12-23 02:44:22 PST ---
It works with DMD 2.051 if I replace this line of the main():
IFactory f = new A;

With:
A f = new A;

-- 
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