Boost logo

Boost :

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;
> }
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk