Add POSIX RandomAccessFile native routines

This commit is contained in:
Vinnie Falco
2013-07-17 12:50:55 -07:00
parent ed392300b4
commit 49f70c083d
3 changed files with 37 additions and 45 deletions

View File

@@ -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: