Remove using namespace beast in base_uint.h

This commit is contained in:
Joe Loser
2018-07-13 21:08:20 -04:00
committed by Nik Bougalis
parent 79d819584f
commit 70d9d88cda
62 changed files with 206 additions and 196 deletions

View File

@@ -21,6 +21,7 @@
#define RIPPLE_PROTOCOL_STBITSTRING_H_INCLUDED
#include <ripple/protocol/STBase.h>
#include <ripple/beast/utility/Zero.h>
namespace ripple {
@@ -118,7 +119,7 @@ public:
bool
isDefault () const override
{
return value_ == zero;
return value_ == beast::zero;
}
private: