mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
Remove Command template parameter from request.
This commit is contained in:
@@ -81,7 +81,7 @@ int main()
|
||||
tcp::socket socket{ioc};
|
||||
net::connect(socket, res);
|
||||
|
||||
request<command> req;
|
||||
request req;
|
||||
req.push(command::hello, 3);
|
||||
req.push(command::command);
|
||||
req.push(command::quit);
|
||||
|
||||
Reference in New Issue
Block a user