mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-03-29 05:24:56 +02:00
Do not use namespace using-directives. Use using-declarations instead.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
void WebApiSysstatusClass::init(AsyncWebServer* server)
|
||||
{
|
||||
using namespace std::placeholders;
|
||||
using std::placeholders::_1;
|
||||
|
||||
_server = server;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user