runtime vararg can easily be broken

Daniel Keep daniel.keep.lists at gmail.com
Fri Jun 12 11:17:03 PDT 2009



davidl wrote:
> The runtime vararg push into stack with align of 4, however programmer
> might neglect this easily and cause problem.
> 
> ...
> 

That's because you're not supposed to do that.

std.stdarg



More information about the Digitalmars-d mailing list