C++20: Avoid implicit capture

Bu işleme şunda yer alıyor:
Albert S. 2021-10-25 18:09:46 +02:00
ebeveyn ad42c0f046
işleme ed61003636
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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