C++20: Avoid implicit capture
Esse commit está contido em:
pai
ad42c0f046
commit
ed61003636
@ -36,7 +36,7 @@ bool CLIServer::detachServer(std::string socketpath)
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
auto worker = [=]
|
||||
auto worker = [this, s]
|
||||
{
|
||||
while(true)
|
||||
{
|
||||
|
Carregando…
Referência em uma nova issue
Block a user