Jimmy Cao Wrote:
> > pure int square(int x)
> > {
> > auto fp = cast(fp_t)&square_debug;
> > return (*fp)(x); // dereference???
> > }
> >
>
> Yes, that's correct.You mean, implementation-defined?
Jimmy Cao Wrote:
> > pure int square(int x)
> > {
> > auto fp = cast(fp_t)&square_debug;
> > return (*fp)(x); // dereference???
> > }
> >
>
> Yes, that's correct.You mean, implementation-defined?