Skip to content

Commit

Permalink
fix load_blancer move assign operator (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle authored Dec 17, 2024
1 parent db90069 commit 712f1c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ylt/coro_io/load_blancer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class load_blancer {
this->config_ = std::move(o.config_);
this->lb_worker = std::move(o.lb_worker);
this->client_pools_ = std::move(o.client_pools_);
return *this;
}
load_blancer(const load_blancer& o) = delete;
load_blancer& operator=(const load_blancer& o) = delete;
Expand Down

0 comments on commit 712f1c7

Please sign in to comment.