id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2486,thread: no documented thread move support function,vicente.botet@…,Anthony Williams,"The following move support functions are not docummented on the documentation. #ifdef BOOST_HAS_RVALUE_REFS template thread(F&& f); thread(thread&& other); thread& operator=(thread&& other); thread&& move(); #else #ifdef BOOST_NO_SFINAE #else template explicit thread(F f,typename disable_if >, dummy* >::type=0) #endif template explicit thread(detail::thread_move_t f); thread(detail::thread_move_t x); thread& operator=(detail::thread_move_t x); operator detail::thread_move_t(); detail::thread_move_t move(); #endif Even if the semantics of these functions could be induced for completud it will be good to add them to the reference documentation. ",Bugs,closed,Boost 1.38.0,thread,Boost 1.36.0,Problem,fixed,,