[typeof] BOOST_AUTO and move semantic emulation

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
5971
Age (days ago)
5971
Last active (days ago)
0 comments
1 participants
participants (1)
-
vicente.botet