[Issue 6758] std.c.stdarg problems with 8 or more integer arguments on x86_64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 2 19:37:41 PDT 2011


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



--- Comment #5 from Graham <grahamc001uk at yahoo.co.uk> 2011-10-02 19:36:59 PDT ---
As suspected that change would cause other argument types to no longer work,
e.g. passing structures by value. It looks like a proper fix will require
dynamic arrays to be treated separately from other argument types with
additional static if statement(s). Can somebody suggest the best static if test
to check if a type in a template is a dynamic array of any other type ?

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