mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
Remove using namespace declarations at namespace scope in headers
This commit is contained in:
@@ -104,6 +104,7 @@ void LoadManager::run ()
|
||||
{
|
||||
beast::setCurrentThreadName ("LoadManager");
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
using clock_type = std::chrono::system_clock;
|
||||
|
||||
auto t = clock_type::now();
|
||||
|
||||
Reference in New Issue
Block a user