mirror of
https://github.com/CrowCpp/Crow.git
synced 2026-01-18 16:31:17 +01:00
unused capture removed
This commit is contained in:
@@ -315,7 +315,7 @@ namespace crow // NOTE: Already documented in "crow/app.h"
|
||||
|
||||
acceptor_.raw_acceptor().async_accept(
|
||||
p->socket(),
|
||||
[this, p, &ic, context_idx](error_code ec) {
|
||||
[this, p, &ic](error_code ec) {
|
||||
if (!ec)
|
||||
{
|
||||
asio::post(ic,
|
||||
|
||||
Reference in New Issue
Block a user