mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Remove using namespace beast in base_uint.h
This commit is contained in:
@@ -35,9 +35,6 @@
|
||||
#include <functional>
|
||||
#include <type_traits>
|
||||
|
||||
using beast::zero;
|
||||
using beast::Zero;
|
||||
|
||||
namespace ripple {
|
||||
|
||||
// This class stores its values internally in big-endian form
|
||||
@@ -392,7 +389,7 @@ public:
|
||||
return bytes;
|
||||
}
|
||||
|
||||
base_uint<Bits, Tag>& operator=(Zero)
|
||||
base_uint<Bits, Tag>& operator=(beast::Zero)
|
||||
{
|
||||
pn.fill(0);
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user