提交 601d1b0e 编写于 作者: Y youngwolf

Drop useless typename qualifier.

上级 0a2561ef
......@@ -62,7 +62,7 @@ protected:
unsigned refs;
#ifdef ASCS_AVOID_AUTO_STOP_SERVICE
#if ASIO_VERSION > 101100
asio::executor_work_guard<typename asio::io_context::executor_type> work;
asio::executor_work_guard<asio::io_context::executor_type> work;
#else
std::shared_ptr<asio::io_service::work> work;
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册