$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Checking for return type -- BOOST_STATIC_ASSERT?
From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2009-08-21 06:09:41
> 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.
Philippe