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:
@@ -259,6 +259,7 @@ public:
|
||||
g.signal();
|
||||
});
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
BEAST_EXPECT(g.wait_for(5s));
|
||||
BEAST_EXPECT(! result.isMember(jss::error));
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user