mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove using namespace beast in base_uint.h
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user