mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 07:25:51 +00:00
Migrate some headers and general tidying
This commit is contained in:
@@ -120,8 +120,6 @@ public:
|
||||
template <typename IntegralType>
|
||||
Proxy& operator= (IntegralType v)
|
||||
{
|
||||
bassert (v >= 0 && v <= 255);
|
||||
|
||||
(*m_value)=
|
||||
(*m_value)&(!((0xff)<<m_shift)) |
|
||||
((v&0xff)<<m_shift);
|
||||
|
||||
Reference in New Issue
Block a user