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:
@@ -145,6 +145,7 @@ class TxQ_test : public beast::unit_test::suite
|
||||
|
||||
// Close the ledger with a delay to force the TxQ stats
|
||||
// to stay at the default.
|
||||
using namespace std::chrono_literals;
|
||||
env.close(env.now() + 5s, 10000ms);
|
||||
checkMetrics(env, 0,
|
||||
2 * (ripple::detail::supportedAmendments().size() + 1),
|
||||
@@ -2463,6 +2464,7 @@ public:
|
||||
checkMetrics(env, 0, boost::none, 4, 3, 256);
|
||||
|
||||
// First transaction establishes the messaging
|
||||
using namespace std::chrono_literals;
|
||||
BEAST_EXPECT(wsc->findMsg(5s,
|
||||
[&](auto const& jv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user