mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add POSIX RandomAccessFile native routines
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
@tparam Bytes The number of bytes of storage.
|
||||
*/
|
||||
template <unsigned int Bytes>
|
||||
template <size_t Bytes>
|
||||
class UnsignedInteger : public SafeBool <UnsignedInteger <Bytes> >
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user