mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 12:23:45 +01:00
Do not use namespace using-directives. Use using-declarations instead.
This commit is contained in:
@@ -15,8 +15,6 @@ WebApiClass::WebApiClass()
|
||||
|
||||
void WebApiClass::init()
|
||||
{
|
||||
using namespace std::placeholders;
|
||||
|
||||
_server.addHandler(&_events);
|
||||
|
||||
_webApiDevInfo.init(&_server);
|
||||
|
||||
Reference in New Issue
Block a user