
18 May
2008
18 May
'08
5:17 p.m.
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; }