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