Another build fix

This commit is contained in:
Ivan Lezhankin 2021-02-05 13:31:18 +03:00
parent d135a727e2
commit 16d399aa35

View File

@ -61,7 +61,7 @@ private:
position() = nullptr;
}
return buffer().size() != 0;
return !buffer().empty();
}
using Container = std::forward_list<BufferBase::Buffer>;