mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 08:55:39 -04:00
Merge 'upstream/master' - At least it builds...
This commit is contained in:
commit
5e40669cbc
298 changed files with 8122 additions and 4685 deletions
|
@ -439,7 +439,7 @@ public:
|
|||
return used_ >= capacity_;
|
||||
}
|
||||
|
||||
const void* data() const {
|
||||
void* data() const {
|
||||
return data_;
|
||||
}
|
||||
|
||||
|
@ -447,6 +447,10 @@ public:
|
|||
return used_;
|
||||
}
|
||||
|
||||
void set_size(const size_t value) {
|
||||
used_ = value;
|
||||
}
|
||||
|
||||
void empty() {
|
||||
used_ = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue