mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove using namespace declarations at namespace scope in headers
This commit is contained in:
@@ -666,6 +666,7 @@ class LedgerRPC_test : public beast::unit_test::suite
|
||||
return jv;
|
||||
};
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
env (escrowCreate (alice, alice, XRP(333), env.now() + 2s));
|
||||
env.close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user