mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 07:10:53 +00:00
Remove using namespace declarations at namespace scope in headers
This commit is contained in:
@@ -265,6 +265,7 @@ class TrustAndBalance_test : public beast::unit_test::suite
|
||||
|
||||
env.close();
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
BEAST_EXPECT(wsc->findMsg(5s,
|
||||
[](auto const& jv)
|
||||
{
|
||||
@@ -470,6 +471,7 @@ class TrustAndBalance_test : public beast::unit_test::suite
|
||||
"00000000DEADBEEF");
|
||||
env.close();
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
BEAST_EXPECT(wsc->findMsg(2s,
|
||||
[](auto const& jv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user