Fix various clang-tidy warnings

This commit is contained in:
Dennis Klein
2019-07-22 10:38:38 +02:00
committed by Dennis Klein
parent a65f0e6777
commit 499ffcd300
9 changed files with 23 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ namespace asio
{
class io_context;
typedef class io_context io_service;
using io_service = class io_context;
} // namespace asio
} // namespace boost