[Issue 1844] Problems using dynamic cast on x86-64 platform

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 6 11:15:43 PST 2008


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





------- Comment #5 from svanleent at gmail.com  2008-03-06 13:15 -------
Just to make it clear it can, the line:

dti32(&dt, 4 | com, isCOMinterface());

should become:

dti32(&dt, 4 | isCOMinterface(), true);

Sjoerd


-- 



More information about the D.gnu mailing list