util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
This commit is contained in:
@@ -114,7 +114,7 @@ protected:
|
||||
}
|
||||
|
||||
bool IsBufferEmpty() const noexcept {
|
||||
return buffer.IsEmpty();
|
||||
return buffer.empty();
|
||||
}
|
||||
|
||||
bool IsBufferFull() const noexcept {
|
||||
|
Reference in New Issue
Block a user