Skip to content

Commit

Permalink
Merge branch 'master' of github.com:allscale/allscale_runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
KhalidHasanov committed Aug 22, 2017
2 parents b0611a7 + 388aad8 commit 4cf0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allscale/runtime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ allscale::treeture<void> treeture_sequential(const dependencies&, allscale::tree

template<typename A, typename B>
allscale::treeture<void> treeture_sequential(allscale::treeture<A>&& a, allscale::treeture<B>&& b) {
return treeture_sequential(dependencies{}, std::move(a),std::move(b));
return treeture_sequential(dependencies{hpx::future<void>()}, std::move(a),std::move(b));
}


Expand Down

0 comments on commit 4cf0289

Please sign in to comment.