id summary reporter owner description type status milestone component version severity resolution keywords cc 13520 Cant add capture-by-move lambda to channel kreuzerkrieg@… olli "The following code isnt working if the `test` is move-only {{{ using task = std::function; boost::fibers::buffered_channel ch{1024}; test tst; ch.push([t{std::move(tst)}]() { t.print(); }); }}} Full repro: http://coliru.stacked-crooked.com/a/88dec3ea76a41ea1 " Bugs new To Be Determined context Boost 1.66.0 Not Applicable fibers