Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zlojvavan authored Aug 9, 2024
1 parent aec18d3 commit 3f91512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/thread/future.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4668,7 +4668,7 @@ namespace detail
}
run_it& operator=(BOOST_THREAD_RV_REF(run_it) x) BOOST_NOEXCEPT {
if (this != &x) {
that_=x.that;
that_=x.that_;
x.that_.reset();
}
return *this;
Expand Down

0 comments on commit 3f91512

Please sign in to comment.