diff --git a/kernel/include/stl/vector.hpp b/kernel/include/stl/vector.hpp index bf50b576..fc9bf7de 100644 --- a/kernel/include/stl/vector.hpp +++ b/kernel/include/stl/vector.hpp @@ -67,7 +67,7 @@ public: } bool empty() const { - return _size; + return _size == 0; } constexpr size_type capacity() const {