util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
This commit is contained in:
@@ -25,7 +25,7 @@ bool
|
||||
DecoderBuffer::Fill()
|
||||
{
|
||||
auto w = buffer.Write();
|
||||
if (w.IsEmpty())
|
||||
if (w.empty())
|
||||
/* buffer is full */
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user