
21 Aug
2009
21 Aug
'09
11:29 a.m.
On 21 Aug 2009, at 11:09, Philippe Vaucher wrote:
I'd like to be able to make certain that a function/functor returns a double precision floating point value.
Looks like you found your solution, however I'd like to point to boost::enable_if, which might be a good alternative to do what you want.
Thanks, I'll take a look... -ed