June 14, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4310

           Summary: std.stdarg 64-Bit problems?
           Product: D
           Version: 2.030
          Platform: x86_64
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: mrmocool@gmx.de


--- Comment #0 from Trass3r <mrmocool@gmx.de> 2010-06-14 06:31:29 PDT ---
I'm not sure, but the code given at http://digitalmars.com/d/2.0/variadic-function-templates.html uses size_t.sizeof instead of int.sizeof

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 23, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4310


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug@yahoo.com.au
          Component|Phobos                      |websites


--- Comment #1 from Don <clugdbug@yahoo.com.au> 2012-05-22 23:59:15 PDT ---
The use of size_t is OK, but the example code should be using std.stdarg,
va_arg!(arg), etc.

Changing to a website bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------