mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-18 01:01:57 -04:00
Fix empty()
This commit is contained in:
parent
eb00439ffc
commit
c2c4e465a2
@ -67,7 +67,7 @@ public:
|
||||
}
|
||||
|
||||
bool empty() const {
|
||||
return _size;
|
||||
return _size == 0;
|
||||
}
|
||||
|
||||
constexpr size_type capacity() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user