mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
Update gnustl.hpp
This commit is contained in:
parent
cbc73de6a1
commit
f347741068
1 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,10 @@ namespace gd {
|
|||
operator std::vector<T>() {
|
||||
return m_internal;
|
||||
}
|
||||
|
||||
void clear() {
|
||||
m_internal.clear();
|
||||
}
|
||||
|
||||
operator std::vector<T>() const {
|
||||
return m_internal;
|
||||
|
|
Loading…
Add table
Reference in a new issue