$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ronald Garcia (garcia_at_[hidden])
Date: 2008-05-18 13:17:19
That looks good to me! Thanks for that.
ron
On May 18, 2008, at 12:28 AM, Frank Mori Hess wrote:
> Couldn't you do a little better (half the number of overloads) by
> using
> boost::unwrap_reference for the return type? For example,
>
> template<typename F>
> boost::unwrap_reference<F>::type&
> unwrap(F &f)
> {
> return f;
> }
>