digitalmars.D.bugs - [Issue 4310] New: std.stdarg 64-Bit problems?
- d-bugmail puremagic.com (19/19) Jun 14 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4310
- d-bugmail puremagic.com (13/13) May 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=4310
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
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: -------
Jun 14 2010
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
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: -------
May 22 2012








d-bugmail puremagic.com