mirror of
https://github.com/boostorg/asio.git
synced 2026-01-23 17:32:07 +00:00
Explicitly mark asio::strand as deprecated.
Use asio::io_service::strand instead.
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
boost::asio::strand strand_;
|
||||
boost::asio::io_service::strand strand_;
|
||||
boost::asio::deadline_timer timer1_;
|
||||
boost::asio::deadline_timer timer2_;
|
||||
int count_;
|
||||
|
||||
Reference in New Issue
Block a user