C++20: Avoid implicit capture

This commit is contained in:
Albert S. 2021-10-25 18:09:46 +02:00
γονέας ad42c0f046
υποβολή ed61003636
1 αρχεία άλλαξαν με 1 προσθήκες και 1 διαγραφές

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