1
0
Derivar 0

C++20: Avoid implicit capture

Este cometimento está contido em:
Albert S. 2021-10-25 18:09:46 +02:00
ascendente ad42c0f046
cometimento ed61003636
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -36,7 +36,7 @@ bool CLIServer::detachServer(std::string socketpath)
exit(EXIT_FAILURE);
}
auto worker = [=]
auto worker = [this, s]
{
while(true)
{