util/{Const,Writable}Buffer: use std::size_t
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
template<typename T>
|
||||
class ForeignFifoBuffer {
|
||||
public:
|
||||
using size_type = size_t;
|
||||
using size_type = std::size_t;
|
||||
using Range = WritableBuffer<T>;
|
||||
using pointer_type = typename Range::pointer_type;
|
||||
using const_pointer_type = typename Range::const_pointer_type;
|
||||
|
Reference in New Issue
Block a user