id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2738,at_thread_exit move overloading,viboes,Anthony Williams,"What do you think about adding move support for at_thread_exit? {{{ #!cpp template void at_thread_exit(F&& f); }}} and be emulated with the following prototypes? {{{ #!cpp template void at_thread_exit(detail::thread_move_t f); template void at_thread_exit(F f, typename disable_if >, dummy* >::type=0); }}} BTW, could you tell us why this function is not included on the C++0x proposal? ",Feature Requests,closed,Boost 1.39.0,thread,Boost 1.37.0,Optimization,wontfix,at_thread_exit move,