
3 Feb
2009
3 Feb
'09
7:16 a.m.
Hi, given T&& f(); which is the type of v in auto v = f(); Is there any plan to adapt Boost.Typeof with move semantics, so the following works? BOOST_TYPEOF_REGISTER_TEMPLATE(boost::detail::thread_move_t, 1) BOOST_TYPEOF_REGISTER(T) boost::detail::thread_move_t<T> f(); BOOST_AUTO(v, f()); Thanks, Vicente