mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-20 09:12:49 +01:00
Do not use namespace using-directives. Use using-declarations instead.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
void WebApiMqttClass::init(AsyncWebServer* server)
|
||||
{
|
||||
using namespace std::placeholders;
|
||||
using std::placeholders::_1;
|
||||
|
||||
_server = server;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user