sqrt(2) must go

Robert Jacques sandford at jhu.edu
Fri Oct 21 20:51:21 PDT 2011


On Fri, 21 Oct 2011 19:04:43 -0400, Manu <turkeyman at gmail.com> wrote:
> It would still allow function hijacking.
> void func(double v); exists...
> func(2);
> then someone comes along and adds func(float v); .. It will now hijack the
> call.
> That's what you mean right?

Hijacking is what happends when someone adds func(float v); _in another module_. And that hijack would/should still be detected, etc. like any other hijack.


More information about the Digitalmars-d mailing list