remove uint128_t for now

pull/578/head
Jeff Becker 5 years ago
parent a97e1e37a7
commit 4404d272b2
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -55,7 +55,7 @@ namespace llarp
++h;
return *this;
}
inline huint_t
operator--()
{
@ -98,9 +98,8 @@ namespace llarp
}
};
using huint128_t = huint_t< __uint128_t >;
using huint32_t = huint_t< uint32_t >;
using huint16_t = huint_t< uint16_t >;
using huint32_t = huint_t< uint32_t >;
using huint16_t = huint_t< uint16_t >;
template < typename UInt_t >
struct nuint_t

Loading…
Cancel
Save