mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove using namespace declarations at namespace scope in headers
This commit is contained in:
@@ -277,6 +277,7 @@ class Ticket_test : public beast::unit_test::suite
|
||||
Env env {*this, supported_amendments().set(featureTickets)};
|
||||
|
||||
// create and verify
|
||||
using namespace std::chrono_literals;
|
||||
uint32_t expire =
|
||||
(env.timeKeeper ().closeTime () + 60s)
|
||||
.time_since_epoch ().count ();
|
||||
|
||||
Reference in New Issue
Block a user