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