id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4414,wait_for_all waits on futures on implicit specific order.,ivg@…,Anthony Williams,"Either, the order in which futures must happen must be specified explicitly in the documentation, or, may be, a wait_for_all can be implemented via wait_for_any. For example, a range based wait_for_all: {{{ template void wait_for_all(FutureIterator first, FutureIterator last) { for (;first != last; ++first) std::iter_swap(first, boost::wait_for_any(first, last)); } }}}",Feature Requests,closed,Boost 1.44.0,thread,Boost 1.44.0,Problem,wontfix,,