On 9/2/11, Vladimir Panteleev <[email protected]> wrote:
> On Fri, 02 Sep 2011 22:11:50 +0300, Andrej Mitrovic
> <[email protected]> wrote:
>
>> So maybe this type of conversion is impossible in the first place due
>> to how arguments are passed?
>
> Yes. The default value is pushed on the stack at the call site.

Yeah, I should have thought more before I posted. The default value is
not "tied" to the function, the values are inserted by the compiler at
the call site, doh. :)

Reply via email to