mirror of
https://github.com/boostorg/beast.git
synced 2026-05-04 19:54:13 +02:00
Fix style errors
This commit is contained in:
@@ -288,7 +288,7 @@ struct associated_allocator<handler, Allocator>
|
||||
template<class Executor>
|
||||
struct associated_executor<handler, Executor>
|
||||
{
|
||||
using type = boost::asio::any_io_executor;
|
||||
using type = any_io_executor;
|
||||
|
||||
static
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user