From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-11-29 18:32:11


----- Original Message -----
From: "David Abrahams" <dave_at_[hidden]>

> How is this different from
>
> implicit_cast<double(&)()>(f)()
>
> ??

It would be no different except that it would be obvious what you are doing
and that you'd be able to enforce the function type.

Paul Mensonides